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

AI statements polluting autosuggestion dropdown #87

Open QuestionAndAnswer opened 6 years ago

QuestionAndAnswer commented 6 years ago

I would like to make autoimport feature to be not shown on Intellisens' suggetions dropdown. Instead only in quick-fix drop down.

image

This really annoying. It's preventing from quick look through all available fields and methods in the object and all usefulness going away with it.

Take a look into vscode-js-import extensions. It has been made on this model.

Suggestion - completely move it into quick-fix dropdown, or introduce option to disable AI statements display in Intellisense suggestions dropdown.

kiprasmel commented 5 years ago

cc @soates - this is very annoying. Is there any chance for a fix? Because this repo seems abandoned :/