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

when writing import * we should just replace the current line #3

Closed capaj closed 7 years ago

capaj commented 7 years ago

as noted here: https://www.reddit.com/r/javascript/comments/5hyoa2/i_was_tired_of_writing_es6_import_statements_so/db4v2kb/

0xF013 commented 7 years ago

👍