capaj / vscode-exports-autocomplete

finds javascript ES6 exports in your project and autocompletes them when writing javascript statements
MIT License
18 stars 6 forks source link

introduce "add missing imports" command #24

Closed capaj closed 7 years ago

capaj commented 7 years ago

when writing in the one line separating imports and the rest of the code, remove the written token oncompletion. This will allow ti quickly add a missing import wihout having to manually delete the imported word

capaj commented 7 years ago

I've decided to solve it with a special command rather than this special case of autocompletion, which is in it's own issue