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

ejs completion isn't working

Open tribhuwan-kumar opened this issue 1 year ago • 0 comments
trafficstars

I'm trying to get ejs completion, But its not working as I expected. this is my coc-settings.json

{
    "html-css-support.enabledLanguages": [
        "ejs",
        "html",
        "vue",
        "blade",
        "htmldjango",
        "typescriptreact",
        "javascriptreact",
    ],
}

How can I do it ? I've searched across the web but didn't find any solution!

tribhuwan-kumar avatar May 09 '24 14:05 tribhuwan-kumar