alienhard / SublimeAllAutocomplete

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

All Autocomplete messes up the code completion #62

Open pjetr3k opened 6 years ago

pjetr3k commented 6 years ago

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