ChristianKohler / NpmIntellisense

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

can you add support to ES6 import syntax? #11

Closed dev-xdyang closed 7 years ago

ChristianKohler commented 8 years ago

There is seperate extension for that. PathIntellisense.

cgsawtell commented 8 years ago

I was concerned that this plugin wouldn't work with the es6 style import as well but I've found that it works well for node_modules, for my own files the PathIntellisense seems to work