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

README - Add info about typescript issue 37777 #272

Closed fabOnReact closed 3 years ago

fabOnReact commented 3 years ago

The README is not clear on this.

Go to definition does not work in typescript node_modules ctags https://github.com/jb55/typescript-ctags is not a great alternative as it does not work well with ES6

Including the link to https://github.com/microsoft/TypeScript/issues/37777 has two benefits:

tested on TypeScript 4.0.3

fabOnReact commented 2 years ago

@chemzqm could we implement this to coc-tsserver? https://code.visualstudio.com/updates/v1_68#_go-to-source-definition

related discussion https://github.com/microsoft/TypeScript/issues/37777#issuecomment-1233676899

fannheyward commented 2 years ago

@fabriziobertoglio1987 it's already added https://github.com/neoclide/coc-tsserver/pull/384

fabOnReact commented 2 years ago

Thanks