lsp-ui
lsp-ui copied to clipboard
UI integrations for lsp-mode
When I use lsp-ui-doc to read some docs of STL containers, it show like this: [](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...
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...
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...
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...
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...
In python files, the doc with webkit render seems not perfect. The docstrings "```" are included.  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....
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...