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

generating extra import statements #10

Closed capaj closed 7 years ago

capaj commented 7 years ago

when importing a token from a file that is already used, add the item to the existing import basically same issue as https://github.com/soates/Auto-Import/issues/43