coc-html-css-support
coc-html-css-support copied to clipboard
HTML id and class attribute "completion" for coc.nvim.
I'm trying to get `ejs` completion, But its not working as I expected. this is my `coc-settings.json` ```json { "html-css-support.enabledLanguages": [ "ejs", "html", "vue", "blade", "htmldjango", "typescriptreact", "javascriptreact", ], }...
I have an issue with the plugin, it works perfect, but I wish the app can use others characters like `-- - __` for the BEM focus, if you can't...
Hi, I wanted to add the glob functionnality to be able to use something like ```"html-css-support.styleSheets": ["src/**/*.css"]``` but finally ended up updating the whole code to match the current ecmel/vscode-html-css...