HTML-CSS-Class-Completion icon indicating copy to clipboard operation
HTML-CSS-Class-Completion copied to clipboard

How to add .marko files

Open toni-css opened this issue 4 years ago • 1 comments

Hi!

I'm trying use intellisense in a .marko file, trying add it as a 'html-css-class-completion.HTMLLanguages' but it doesn't works

"git.autofetch": true, "explorer.compactFolders": false, "cSpell.enableFiletypes": [ "marko" ], "window.zoomLevel": 1, "html-css-class-completion.includeGlobPattern": "**/*.{css,html,marko}" }

Can you help me?

Thanks!

toni-css avatar Oct 27 '21 10:10 toni-css

It doesn't seem to work for me either. Tried adding Jinja, no matter how I change the setting, it doesn't work :/

SOLVED: Should've wrote

        "jinja-html"
    ],

Don't know why it's not working for you though, you should just add it to the 'html-css-class-completion.HTMLLanguages' array and that's it. No need to add "marko" anywhere else. It should work.

DerDemystifier avatar Feb 11 '23 22:02 DerDemystifier