lsp-ui
lsp-ui copied to clipboard
UI integrations for lsp-mode
I already `(setq lsp-ui-peek-peek-height 50)` which is bigger enough, but the definition in the frame always starts from the bottom-half of the frame, I cannot see the rest of the...
lsp-ui-imenu is super nice. Some of its bindings are a bit off compared to, for example, occur mode or xref (which also have differences between each other...). Or at the...
If the width of the box lsp-ui-doc decides to use is wider than the editor window, it will happily display most of the content in the invisible area outside of...
Hi! I'm trying to keep `lsp-ui-peek-find-definitions` and `lsp-ui-peek-find-references` to the original bindings `M-.` and `M-?`. I have the following code: ``` (use-package lsp-ui :ensure t :bind (([remap xref-find-definitions] . lsp-ui-peek-find-definitions)...
_This is more of a support question than an issue._ I like `sideline`, it surfaces a lot of information about a context of a particular symbol. When I'm working on...
If I run `lsp-ui-doc-show` with point at [n]p.array, I get a popup containing the full docstring, as expected: ``` NumPy ===== Provides 1. An array object of arbitrary homogeneous items...
lsp-headline-breadcrumb-mode is use material icons (which I don't have installed in system)  seems to be missed in installation section
when open lsp-ui-imenu, lsp doc will overlay the imenu.
Do not display lsp-ui-doc-frame on top of the company-tooltip. https://github.com/seagle0128/.emacs.d/issues/118
Thanks lsp community makes this great tool! It makes emacs my favorite IDE. I'd like to report a display bug I observed for a while. I'm using emacs text mode,...