soates / Auto-Import

vscode extension that will automatically finds, parses and provides code actions for all available imports. Only currently works with files in your folder and TypeScript.
MIT License
165 stars 62 forks source link

Auto Import exclude path #70

Open danielKugler opened 7 years ago

danielKugler commented 7 years ago

I am using auto import within a nativescript project. in terms of having ts files compiled to js files within the platforms folder i want to exclude this folder for importing suggestions. is there a way to do that? or can i alternaternatively include multiple folders seperated by comma? Thanks

JbRezidu commented 7 years ago

I would also appreciate an exclude path configuration. It is easier than settings all path to watch...

jlave-dev commented 7 years ago

This is an important feature, since using Auto Import in a NativeScript project created a fork bomb of rg processes and crashed my terminal while building. 🙁