typescript-tools.nvim icon indicating copy to clipboard operation
typescript-tools.nvim copied to clipboard

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

Open nyngwang opened this issue 1 year ago • 2 comments

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

nyngwang avatar Feb 28 '24 06:02 nyngwang

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

3rd avatar Mar 02 '24 06:03 3rd

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

nyngwang avatar Mar 02 '24 07:03 nyngwang

@nyngwang can you try if the linked PR helps?

KostkaBrukowa avatar Jun 19 '24 10:06 KostkaBrukowa