neoclide / coc-tsserver

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

Selecting suggestion inside of brackets moves cursor to line above #318

Open dula0 opened 3 years ago

dula0 commented 3 years ago

This doesn't seem to be an issue outside of a bracket, but selecting an auto-complete suggestion inside of closed brackets moves the cursor to a new blank line above. I've linked a video with what's happening.

https://user-images.githubusercontent.com/75544585/136572194-e7a0a3aa-8282-4c6c-a4e9-c095818b1662.mp4

chemzqm commented 2 years ago

Can't reproduce, try minimal vimrc or latest coc.nvim might helps.

We need connection log of coc.nvim to address this issue, please follow these steps:

swapsCAPS commented 6 months ago

I'm having this issue intermittently as well. Haven't narrowed it down yet, but seems to be common when I have compile errors in a file / project. I'll add the flag and report back when I come across this again. Suspecting conflicting plugin / settings. Need to test with clean .vimrc still.