alienhard / SublimeAllAutocomplete

Extend Sublime autocompletion to find matches in all open files of the current window
918 stars 110 forks source link

Don't add suggestions in files of specified syntaxes #35

Closed rahul-ramadas closed 10 years ago

rahul-ramadas commented 10 years ago

I use the Anaconda plugin for Python development in Sublime. Anaconda adds intelligent autocomplete suggestions. In that case, I don't really need AllAutocomplete as well. Rather than manually disable AllAutocomplete when I don't need it, I figured it might be better if I can specify a set of syntaxes for which it should not add any suggestions. This implements that feature.