coc-html
coc-html copied to clipboard
Html language server extension for coc.nvim.
Good work! If I'm not wrong, coc-html implicitly runs Tidy on the buffer, giving error and warning hints for the current buffer content. I often use Tidy to auto-format my...
When i write a macros, i have problem with autoclosing tags. If i use txt file, than it's ok, but when a call macros in html file, have 2 closing...
I get the following message for every single line I type in a HTML file when coc-html is installed: ``` [coc.nvim]: UnhandledRejection: TypeError: Cannot destructure property 'start' of 'range' as...
I noticed that the server does not work when I edit a php file that also contains html code. Can it be configured to detect the html code? If I...
Hello, I cannot get formatting to work with Rails template files. These files have the extension `.html.erb` I have enabled `"html.format.templating": true`. I also updated ` "html.filetypes" with different values,...
is there a way to pull in tsserver LSP into javascript segment inside html files?
When I use the following config, I get an extra starting angle bracket. ``` inoremap coc#pum#visible() ? coc#pum#next(1) : "\" inoremap coc#pum#visible() ? coc#pum#prev(1) : "\" ``` https://github.com/user-attachments/assets/e18557cb-a3f9-46b1-a29f-fde9af884ac0 The workflow...