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

LSP Snippets not expanding #362

Closed otavioschwanck closed 2 years ago

otavioschwanck commented 2 years ago

https://github.com/neoclide/coc.nvim/issues/3747

Tried to debug but it gives no errors.

Did not get any trace (dont know how to get it).

Including: "typescript.suggest.includeCompletionsWithSnippetText": false,

Make the problem goes away (but lose the snippet funcionality)

chemzqm commented 2 years ago

Can't reproduce, please provider verbose output https://github.com/neoclide/coc-tsserver#troubleshooting

otavioschwanck commented 2 years ago

Log: https://pastebin.com/TyULyECS Output: https://pastebin.com/erjyYg3q

@chemzqm

I think this is it: image

chemzqm commented 2 years ago

I see, typescript 4.6.3 changed it's signature, isSnippet not exists before.