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

UI integrations for lsp-mode

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