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.
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.