neoclide / coc-html

Html language server extension for coc.nvim.
207 stars 6 forks source link

Issue completing some closing tags and file paths #26

Closed taglia closed 3 years ago

taglia commented 3 years ago

I have an issue with the completion of some closing tags and file paths. For example, if I try to complete </em> or </center>, an extra </ at the end; also, hitting tab to complete does not work, I need to move the cursor down and use Enter. The same thing happens with </center> and other tags. When I try to complete file paths, the new path component is often added on top of the / separator.

I have recorded a quick screencast to show the issue. I have several other plugins installed, but I have tried leaving CoC only, and the behavior is the same. I can't find anything else in my config files that could interfere either.

coc-html-issue

chemzqm commented 3 years ago

Could be bug of coc.nvim.

chemzqm commented 3 years ago

Fixed on latest release branch of coc.nvim. You have to use coc#_select_confirm for that case.