ChristianKohler / NpmIntellisense

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

Support template literals #44

Open CodeFoodPixels opened 7 years ago

CodeFoodPixels commented 7 years ago

When I'm writing code for Node nowadays I tend to use template literals instead of normal string literals, even if the string doesn't need the templating ability. It'd be awesome if this extension could offer the autocomplete palette when I type a backtick (`).

I tried updating the JS for the extension within the extensions folder on my machine and couldn't get it to work. Happy to make the change myself and send a PR if you could offer some guidance.

DimitarNestorov commented 6 years ago

I just tried adding ` in triggers on extesnion.ts:9 Not sure, but https://github.com/Microsoft/vscode/issues/25034 seems to be related