Language server
tsserver
Requested feature
Add support for textDocument/prepareCallHierarchy to tsserver.
It has support for call history for a long time now (microsoft/TypeScript#35176).
But yet, when I try and call vim.lsp.buf.incoming_calls(), it shows this error: method textDocument/prepareCallHierarchy is not supported by any of the servers registered for the current buffer.
It seems like tsserver really does not have textDocument/prepareCallHierarchy method but somehow coc-tsserver added the support (neoclide/coc-tsserver#128).
It doesn't look like something nvim-lspconfig has to do with, but I would appreciate if you help me at least find out what we can do to make it work.
Other clients which have this feature
coc-tsserver
Language server
tsserver
Requested feature
Add support for
textDocument/prepareCallHierarchytotsserver.It has support for call history for a long time now (microsoft/TypeScript#35176).
But yet, when I try and call
vim.lsp.buf.incoming_calls(), it shows this error:method textDocument/prepareCallHierarchy is not supported by any of the servers registered for the current buffer.It seems like tsserver really does not have
textDocument/prepareCallHierarchymethod but somehowcoc-tsserveradded the support (neoclide/coc-tsserver#128).It doesn't look like something
nvim-lspconfighas to do with, but I would appreciate if you help me at least find out what we can do to make it work.Other clients which have this feature
coc-tsserver