Closed numToStr closed 3 years ago
Sometimes I hit this issue too, but can't have a way to reproduce.
For me I can reproduce it, when you first open the file then the first completion of that functions.
Example if i open file.ts then the first time i auto complete the specific function pressing tab
then enter
.
I am on NVIM v0.5.0-dev+1327-gdc18c1e3e
;
Should be issue with coc.nvim or language server.
AFAIK coc.nvim uses the same lsp as vscode. If that's correct, then I haven't face this issue in vscode. Then I suspect the issue is in coc.nvim.
Also, @iamcco @zer09 By any chance you are using coc-snippets
?
Caused by completion resolve request for same complete item.
Fixed by 674b1e91
Result from CocInfo
Describe the bug
Most of the time completion expands weirdly like this
Reproduce the bug
mini.lua
with:Start (neo)vim with command:
vim -u mini.lua
Operate vim.
Screenshots (optional)