Results 884 comments of Ivan Yonchovski

> > @shackra can you crosscheck with vscode? In particular, check what is the process that vscode is starting. > > It's hard to tell, `ps aux | grep node`...

Just to make sure we are investigating the correct issue - can you set lsp-ui-doc-enable to nil, reopen the buffer, and test again?

The issue should go away.

> I would like to point out that even with the `lsp-ui-doc-enable` set to `t` the lagginess is not existing when running emacs in the terminal. This seems to only...

@jcs090218 do you know why `lsp-ui-doc--hide-frame` is expensive when the frame is already hidden?

Can you include client server communication and error callstack after doing toggle-debug-on-error. Also, do you get the same results when using lsp-find-references?

> lsp-find-references works normally, as I mentioned. Ops, I misread your original comment.

@muirrn can you include the call `textDocument/references` response which corresponds. I just want to make sure that I am fixing the correct thing.

I am able to reproduce this problem by doing C-u M-x xref-find-references which I think was impossible to support for some reason (mismatch of xref requirements/lsp spec) and that's why...

Yeah, on my machine `xref-prompt-for-identifier` is preconfigured(I am using spacemacs). I think this is related to the fact that JDT LS does (not) support hierarchical document symbols which is breaking...