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

Right now my diagnostics are getting shown in the sideline, but that can become quite a mess when window doesn't have big width, and sideline contains a lot of info...

* This fixes the test with the current code. * Tested on Emacs 29.3.

I really like how neovim's lsp-ui package displays all diagnostics for all lines, and I'd like to see that behavior in lsp-ui-sideline. I'm halfway through hacking it into my local...

Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4. Release notes Sourced from peaceiris/actions-gh-pages's releases. actions-github-pages v4.0.0 See CHANGELOG.md for more details. actions-github-pages v3.9.3 See CHANGELOG.md for more details. actions-github-pages v3.9.2 See CHANGELOG.md...

dependencies

lsp-ui-doc is "sometimes" _forgetting_ new-lines for lists. In screenshot below, there are two lists, the first one does not have newlines, the second is correctly displayed. - GNU Emacs 28.2...

RET and return are different keys in emacs. Binding such a M- don't work if emacs is in terminal mode. For bindings to work both in terminal and UI. The...

The help, for R, is displayed in alternating color blocks. This is jarring; for instance, this is how it looks using modus-operandi. ![mo1](https://github.com/user-attachments/assets/97da625b-a10c-4a48-b288-2cf9e5dcd052) One of the colors is the background,...

I am reporting a bug related to [an issue](https://github.com/jdtsmith/indent-bars/issues/102#issue-2979518584) reported on the indent-bars package (attached below is an image of the original problem). The author of this package ([@jdtsmith](https://github.com/jdtsmith)) suggests...

I am getting `Invalid face reference: lsp-flycheck-error-unnecessary [260 times]` messages when using flycheck with lsp-ui. I have tried solutions related to https://github.com/emacs-lsp/lsp-mode/issues/2255