theranbrig/ejs-snippets

EJS snippets don't work in certain places

JoelDorrington opened this issue · 3 comments

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

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
  },

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.

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