SublimeAllAutocomplete icon indicating copy to clipboard operation
SublimeAllAutocomplete copied to clipboard

All Autocomplete messes up the code completion

Open pjetr3k opened this issue 7 years ago • 0 comments

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

pjetr3k avatar Jan 25 '18 10:01 pjetr3k