alienhard / SublimeAllAutocomplete

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

All Autocomplete shadows completion files. #53

Open safield opened 7 years ago

safield commented 7 years ago

If I have "FooBar" specified in in my sublime-completions file and I have "FoorBarSomeText" that exists thecurrently open file, the completion "FooBar" will not even show up in the completions list.

If I uninstall All Autocompletions, both entries properly show up, and the proper priority is given to "Foobar" first, and then to "FooBarSomeText".