SublimeAllAutocomplete
SublimeAllAutocomplete copied to clipboard
All Autocomplete messes up the code completion
I really love that package, but in some cases it suggests completion only from other files and not the language syntax completion eg. in PHP
when I start typing foreach it suggest both the general php foreach template and foreach from open files, but with preg_match it doesn't suggest the syntax completion, just suggest it from other files.
After disabling package I get proper preg_match suggestion. And it is the same with many other language basic constructs..