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

Autocomplete expansion jump inserts $1 and jumps past insert point #403

Closed alextes closed 2 years ago

alextes commented 2 years ago

I'm guessing this is just something in my config somewhere, trying to narrow it down, any idea why this would be happening?

If not, that's fine, I'll keep searching until I have a minimal reproducible example 👍 .

Can someone confirm that this does have something to do with this specific extension and not something completely different?

Kapture 2022-09-18 at 12 59 09

iamcco commented 2 years ago

Same issue.

chemzqm commented 2 years ago

Happens every time?

alextes commented 2 years ago

@chemzqm you're the best 🔥 .

I recently switched to full lua config, set everything up from zero, lua only plugins, native language server client + nvim-cmp + null-ls, all the goodies... but after using it a few days, concluded there is still too much missing compared to coc.nvim, also for Rust, so I came back 😄 .

Hats off to you and all other contributors 🙇 .