SergeyKasyanov / vscode-october-extension

VSCode extension for work with OctoberCMS
MIT License
20 stars 2 forks source link

IntelliSense for CSS class names in HTML compatibility #18

Open jumpshotink opened 1 month ago

jumpshotink commented 1 month ago

Before installing October Code extension, I installed the IntelliSense for CSS class names in HTML extension. After installation, emmet suggestions on css works. After installing the October Code extension, I added the suggested code to the settings:

"emmet.includeLanguages": {
    "october-tpl": "html"
},

as well as

"html-css-class-completion.HTMLLanguages": [
    ...
    "october-tpl"
],

But on html pages that are marked as October CMS Templates - the emmet suggestions for css do not work. Any suggestions are appreciated.