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

EJS snippets don't work in certain places #3

Closed
JoelDorrington opened this issue Jun 4, 2019 · 3 comments
Closed

EJS snippets don't work in certain places #3

JoelDorrington opened this issue Jun 4, 2019 · 3 comments

Comments

@JoelDorrington
Copy link

I've noticed that ejs snippets don't work between quotes such as html attributes, nor between style tags or script tags

@theranbrig
Copy link
Owner

I believe that that is a setting is a VS Code setting. I believe that you may want to take a look at your quickSuggestions setting. I think mine is set to:

"editor.quickSuggestions": {
    "other": true,
    "comments": false,
    "strings": true
  },

@JoelDorrington
Copy link
Author

Thanks for getting back quicky.
That's fixed it for me inside strings, thanks. However the issue remains while coding between style or script tags.

@the1abel the1abel mentioned this issue Oct 24, 2019
Closed
@theranbrig
Copy link
Owner

Check out EJS Language Support. This is baked into that.

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