coc-html-css-support icon indicating copy to clipboard operation
coc-html-css-support copied to clipboard

HTML id and class attribute "completion" for coc.nvim.

Results 1 coc-html-css-support issues
Sort by recently updated
recently updated
newest added

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", ], }...