pmizio / typescript-tools.nvim

⚡ TypeScript integration NeoVim deserves ⚡
MIT License
1.26k stars 36 forks source link

cross-plugin: [Fzf-lua] Error executing 'textDocument/prepareCallHierarchy': timeout #244

Closed nyngwang closed 1 week ago

nyngwang commented 4 months ago

Got an error when using with fzf-lua :FzfLua lsp_finder command, which depends on textDocument/prepareCallHierarchy. This lsp method is not listed there in your README. Just want to know whether this would be supported in the future.

The error message:

Error  14:01:40 notify.error [Fzf-lua] Error executing 'textDocument/prepareCallHierarchy': timeout
3rd commented 4 months ago

Does workspace/symbol work for you? I always get a timeout on that as well.

nyngwang commented 4 months ago

@3rd I didn't try. Now I fallback to the old horse tsserver.

KostkaBrukowa commented 2 weeks ago

@nyngwang can you try if the linked PR helps?