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

"[[" map to "{" as a function #370

Closed persytry closed 2 years ago

persytry commented 2 years ago

Could you handle "[[" and "]]" at normal model. The "[[" map to "{" character, and "]]" map to "}" character. I found many coc-xxx LSP supported it.

chemzqm commented 2 years ago

No, you can use :iabbrev command.