Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support template literals #44

Open
CodeFoodPixels opened this issue Aug 19, 2017 · 1 comment
Open

Support template literals #44

CodeFoodPixels opened this issue Aug 19, 2017 · 1 comment

Comments

@CodeFoodPixels
Copy link

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
Copy link

DimitarNestorov commented Dec 7, 2017

I just tried adding ` in triggers on extesnion.ts:9
Not sure, but microsoft/vscode#25034 seems to be related

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants