Results 884 comments of Ivan Yonchovski

Seems like this should go in lsp-mode to handle `lsp-describe-thing-at-point` as well. Also, we should find a way to handle custom schemes like jdt:// .

> Is it possible to change that? Yes, we need to introduce a second function in lsp-mode for doing that. The current function does this odd stuff because the overlays...

Actually, most likely we have to fix what we have how and use current logic only for the sideline.

We may try to bind double click to nothing in `dap-ui-controls-mode` (or to no-op)

`q` is just `q` and the window is closed because the buffer has changed. It will close on any char. There is `lsp-ui-doc-hide` which you can use to hide the...

https://www.gnu.org/software/emacs/manual/html_node/elisp/Keymap-Basics.html

I don't understand the question. This object is keymap and it is used to bind keys in the posframe window.

> Okay now I just have to figure out what the postframe window was. The posframe is the popup window. > How many of these questions that I am asking...

vsdbg is not supported ATM and I believe (unless something has changed recently) that its license does not allow using it outside of MS products.

Can you include in the docs that lsp-java downloads the runner when you call lsp-java-update-server?