neoclide / coc-tsserver

Tsserver extension for coc.nvim that provide rich features like VSCode for javascript & typescript
MIT License
1.05k stars 68 forks source link

Sometimes autocomplete snippets dont trigger #363

Closed otavioschwanck closed 2 years ago

otavioschwanck commented 2 years ago

Continuation of: https://github.com/neoclide/coc.nvim/issues/3754

Server log: https://pastebin.com/EVScjucP Output: https://pastebin.com/AS0WCiBD

chemzqm commented 2 years ago

It's tsserver issue.

otavioschwanck commented 2 years ago

@chemzqm what can we do about it ?

EDIT: https://github.com/neoclide/coc.nvim/commit/77f66e9c7fc4fae25fbfa032a1b8e6278fb337ef still doesn't fixes it

otavioschwanck commented 2 years ago

@chemzqm i did a test on vscode and it inserts the id=""

fannheyward commented 2 years ago

@otavioschwanck tested coc + coc-html for the <div id issue, got id="", as expected.

otavioschwanck commented 2 years ago

@otavioschwanck tested coc + coc-html for the <div id issue, got id="", as expected.

the problem is on typescriptreact.

On html works well

chemzqm commented 2 years ago

@chemzqm i did a test on vscode and it inserts the id=""

Can't reproduce, please provide verbose output from tsserver

otavioschwanck commented 2 years ago

@chemzqm i did a test on vscode and it inserts the id=""

Can't reproduce, please provide verbose output from tsserver

@chemzqm Here:

Output: https://pastebin.com/fpUCSApD Server Log: https://pastebin.com/8gHGtNiS