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

add a feature to install an npm module directly from the editor #21

Open capaj opened 7 years ago

capaj commented 7 years ago

it should use yarn when there is a lockfile present

benefit for the user is that his module will be immediately imported in the current file, ready for use.