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.
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.
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.