lsp-ui
lsp-ui copied to clipboard
UI integrations for lsp-mode
When I call `lsp-ui-doc-focus-frame` manually, Then I can focus to doc frame. After I read document and press `q` key, starting record key mode from evil. if I want unfocus...
> NOTE: the inlay hints interact badly with the lsp-ui sideline, because it doesn't seem to consider the overlays in its width calculation, which often leads to lines wrapping around.
I use `ts-ls` in a React project. #### My config: ``` (lsp :variables lsp-ui-doc-enable nil lsp-ui-sideline-enable t lsp-ui-sideline-show-code-actions t lsp-headerline-breadcrumb-enable nil ) (auto-completion :variables auto-completion-enable-help-tooltip nil) (syntax-checking :variables syntax-checking-enable-tooltips nil)...
Allow for `lsp-ui-doc-max-width` value of `nil` to use the `frame-width` value.
I know this is a duplicate of #532 but wanted it logged separately so that someone googling emacs bug symptoms can find a matching description, then direct them to the...
After entering `isearch` mode by pressing `ctrl-s`, if you move the mouse then `isearch` mode will be cancelled. This is frustrating because following key strokes meant to be made under...
I'm using Spacemacs and I found `lsp-ui-peek-find-workspace-symbol` not working in `rust-mode` for both `rls` and `rust-analyzer` backend. I haven't tried other major modes but I think this bug is not...
This seems related to #294 and #533 I have the latest commit. When I enable line-numbers and call `lsp-treemacs-references`, my frame freezes, and `SIGUSR2` is the only way to bring...
Hello :wave: Is there any chance to support displaying sideline info in a child-frame? Sideline has a lot of useful info but it breaks the layout on longer lines :)...
Hi, i am using lsp-ui together with ivy in minibuffer mode. Unfortunately the doc popup with position bottom always overlaps the minibuffer making symbol lookup barely usable. This is how...