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

When I use lsp-ui-doc to read some docs of STL containers, it show like this: [![2020-07-20-00-28.png](https://i.postimg.cc/GtDpbD9y/2020-07-20-00-28.png)](https://postimg.cc/8f1GHjRp) I'm using doom-emacs, and this is my configs: https://gitlab.com/h-cheung/dotfiles/-/tree/master/doom.d I don't known it is...

ui-doc

hi, thanks a lot for lsp-ui. I think it's a really great package, and I'm very happy with it so far. I recently found this bug, and I'm just passing...

bug
ui-sideline

Rust analyzer assists are not advertised in the sideline. Changing the value of `lsp-ui-sideline-actions-kind-regex` from the default `"quickfix.*\\|refactor.*"` to `".*"` overcomes this. The question is, should these assists be displayed...

ui-sideline

Per this https://github.com/emacs-lsp/lsp-ui/issues/464#issuecomment-650664735

I don't know if this is a problem in lsp-mode, lsp-ui, or rust-analyzer. Code actions that should be shown in the sideline are not. I traced the issue to lsp-ui-sideline--code-actions...

ui-sideline

When I have the same buffer in side by side windows (`C-x 3`), the other buffer's start position is changed after calling `lsp-ui-peek-find-definitions`. For example, if my file is 80...

ui-peek

In python files, the doc with webkit render seems not perfect. The docstrings "```" are included. ![image](https://user-images.githubusercontent.com/140797/71514769-0db89f80-2905-11ea-9be9-90c527cd52c5.png) BTW, is there any way to adapt the dark themes with lsp-ui-doc webkit?

LSP UI has UI components which can be reused by non-LSP packages in many different contexts. For example, Sideline: Can be used as ElDoc/Flycheck front-end. Peek: XRef front-end. Since lsp-mode...

The display style is nice and unobtrusive. It would be nice if lsp-ui-sideline provided a function that could be used as `flycheck-display-errors-function` in any mode regardless if lsp was enabled....

flycheck

Undo history corrupted when lsp-ui-doc-enabled and visible am using typescript (latest) Write, the following to get the docs to pop up a few times. Math.floor() Math.floor() then call undo 4...

ui-doc