alienhard / SublimeAllAutocomplete

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

Breaks the AdvancedNewFile Plugin autocomplete #40

Open jdubwelch opened 9 years ago

jdubwelch commented 9 years ago

I really like this plugin but I can't use it because it breaks the AdvancedNewFile plugin.

Without AllAutocomplete, AdvancedNewFile autocompletes based on my folder structure and is really fast an efficient for creating new files.

When I enable AllAutocomplete, AdvancedNewFile uses all the files that are open to autocomplete and is impossible to create a file in the folder I want without typing the whole path. This makes the AllAutocomplete plugin useless for me as my directory structure can be deep and I don't want to type out all the directories.

AllAutocomplete should only work in the code your working on. Not outside inputs.