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
164 stars 62 forks source link

[Feature Request] Ability to exclude or prioritize import options #118

Open ghost opened 3 years ago

ghost commented 3 years ago

Let's take path for instance. path/posix and path/win32 are the first two suggestions for path.*. 99.9999% of the time I just want path but if I'm not paying close attention can often import from one of the other two.

I'd love to either exclude the other two or declare them to be "not important" so that they're not the first two entries in my list for path.*.

Screen Shot 2021-08-28 at 6 01 51 PM