neoclide / coc.nvim

Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
Other
24.15k stars 953 forks source link

Unable to correctly select the first parameter of the function #4968

Closed SailYoungCodeGod closed 3 months ago

SailYoungCodeGod commented 3 months ago

When using coc-clangd, it is not possible to correctly select the first parameter when completing the function within the function. When I remove the parentheses of the outer function, I can correctly select the first parameter.

If applicable, add screenshots to help explain your problem.

https://github.com/neoclide/coc.nvim/assets/165667274/2c43e387-b71f-47b4-b917-1c97956dc109

fannheyward commented 3 months ago

:CocInfo please

SailYoungCodeGod commented 3 months ago

image

fannheyward commented 3 months ago

Upgrade your Vim and try again, 8.2 is too old release.

SailYoungCodeGod commented 3 months ago

Upgrade your Vim and try again, 8.2 is too old release. You are right. thanks