Hi, it happens that i am working in a Web App Project, that contains several “syntax-scopes” - stuff like the usual *.php, *.phtml, *.js, *.css.
Now, when i am working in the *.php files, the auto-complete suggestions-list do contain hits for symbols in *.js, *.css, which is not helpful at all.
My Question is: is there a way to tell sublime text to limit the suggestion to a given “syntax-scope” X,Y when i am currently in “syntax-scope” Z? e.g. show me only suggestions in *.php files when i am currently in a *.php file.