lsp-ui icon indicating copy to clipboard operation
lsp-ui copied to clipboard

UI integrations for lsp-mode

Results 129 lsp-ui issues
Sort by recently updated
recently updated
newest added

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...

ui-peek

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...

ui-imenu

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...

ui-doc

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)...

ui-peek

_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...

ui-sideline

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...

ui-doc

lsp-headline-breadcrumb-mode is use material icons (which I don't have installed in system) ![image](https://user-images.githubusercontent.com/6429161/103491450-0c358780-4e35-11eb-8d7c-9b385600a6aa.png) seems to be missed in installation section

question

when open lsp-ui-imenu, lsp doc will overlay the imenu.

ui-imenu

Do not display lsp-ui-doc-frame on top of the company-tooltip. https://github.com/seagle0128/.emacs.d/issues/118

ui-doc

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,...

ui-doc