ChristianKohler / NpmIntellisense

Visual Studio Code plugin that autocompletes npm modules in import statements
MIT License
156 stars 45 forks source link

Import command improvement #30

Closed balazs4 closed 7 years ago

balazs4 commented 7 years ago

Add meaningful variable name based on package name in case of non-es6 import (instead of the default xy)

ChristianKohler commented 7 years ago

Thank you @balazs4 :-) Very nice improvement