alienhard / SublimeAllAutocomplete

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

Add syntax exclusions. Also adds preference menu and settings file. #55

Closed dpidan closed 7 years ago

dpidan commented 7 years ago

If syntax for current cursor location is in the excluded list, this plugin's autocompletion will be skipped and thus normal autocompletion rules will apply.

Addresses issues #12 #28 #45

alienhard commented 7 years ago

@dpidan, thanks for your contribution! I made a couple of changes, tested it against Sublime 2 and 3 – it's in master now.