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

feat: inlay hints support #335

Closed fannheyward closed 2 years ago

fannheyward commented 2 years ago

related #300, all inlay hints configurations are disabled by default.

@chemzqm the current implementation will fetch and render full document because TS can only return inlay hints for full. I've used for months, didn't come across performance issues.