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

Create a setting for directories not to scan #106

Closed garyee closed 4 years ago

garyee commented 4 years ago

In my project I do not want to import from node modules, just in some cases where I can do it by hand. It would be really nice to have a settings option to exclude a/some path(s). Or at least not have the entries of those directories high up the autocomplete list.

hirbod commented 4 years ago

This repo is dead. No updates since 2017

garyee commented 4 years ago

Oh, okay thanks!