Len Trigg
Len Trigg
I get this too on linux where sometimes the only way to get a connection re-established is to flash the settings reset. It would be immensely helpful if there were...
I had a case of this with 0.82. I don't have logs though.
I can't reproduce your problem with needing to press tab twice, maybe it's related to tab being used for auto completion? In my setup I have bound `C-z l` to...
(BTW, are you triggering the doc to appear via `lsp-ui-doc-glance` or is it via auto appearing with mouse or cursor hover?)
I would not expect `lsp-ui-doc-unfocus-frame` to also hide the frame (and that's not what its docs say), so how would anyone know if that is considered changed behavior? (Other than...
@kiennq Try #729, it lets you bind to `lsp-ui-doc-hide` which will let you close the doc when focus is in the doc (regardless of whether it came from glance, so...
Can you double check you are actually *using* lsp-ui version https://github.com/emacs-lsp/lsp-ui/commit/a94bcec2071ee196bc83e52ad92ec0881f8bcfbd or higher? Prior to that version I would expect the delay you are seeing, but that commit fixed the...
Perhaps put a similar message inside the `let`s in both `lsp-ui-doc-glance` and `lsp-ui-doc-show` to trace a little more. Does directly calling `lsp-ui-doc-show` also exhibit the delay before the doc appears?
The trace suggests that the show/glance popup is getting dismissed immediately and then you are seeing a popup initiated via `lsp-ui-doc-mode` cursor hover (since that also triggers calls to `lsp-ui-doc--make-request`,...
This does not work for me, the window hides as soon as I attempt to set focus into the window.