Sublime Forum

Auto completion/suggestions from related files

#1

My setting for auto compete in my User Default file are:

“auto_complete_commit_on_tab”: true,
“auto_complete_with_fields”: true,
“auto_complete_selector”: “source, text”

Everything else is default. But I am not getting suggestions for css class’ or (PHP & js) functions/class’/methods that are in included/linked files. I am getting all the usual HTML and PHP tags and functions but nothing of my own; unless it’s already used on the page.

I’ve been playing around with Bootstrap, and right now it’s almost impossible with Sublime. Am I missing some setting? Or does the editor not include code suggestions project wide?

Thanks for any help.

0 Likes