alienhard / SublimeAllAutocomplete

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

Capability to exclude and include particular folder and subfolder contents #65

Open alo0oz opened 6 years ago

alo0oz commented 6 years ago

I'm working on an angular project. I don't want allautocomplete to be burdened with all the node modules, as i have a low power processor and 4GB ram. So it would have been great if i could exclude node_modules folder from indexing by allAutoComplete & also be able to include necessary node module like bootstrap for indexing.