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
I would like to make autoimport feature to be not shown on Intellisens' suggetions dropdown. Instead only in quick-fix drop down.
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.