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

completion with duplicated @ #331

Closed Eliot00 closed 2 years ago

Eliot00 commented 2 years ago

https://user-images.githubusercontent.com/18375468/145342159-4e76a8bd-0745-4833-8f57-c86be2f84c0c.mov

## versions

vim version: VIM - Vi IMproved 8.2 8023700
node version: v17.0.1
coc.nvim version: 0.0.80-03c9add7cd
coc.nvim directory: /Users/elliot/.vim/pack/syntax/start/coc.nvim
term: iTerm.app
platform: darwin
chemzqm commented 2 years ago

It's expected behavior when you select item by <C-p>, add @ to your iskeyword option or confirm the completion by <C-y>