lsp-ui
lsp-ui copied to clipboard
UI integrations for lsp-mode
Hello! There seems to be some issue with lsp-ui-doc inside terminals that causes the point and window position to jump around quite erratically, see e.g. below:  It is most...
Since updating to lsp-ui version `20220823.1626`, I'm starting to get errors like this now and then. I am guessing this related to `lsp-ui`, mostly because of the stacktrace: ``` Debugger...
Previously, in buffers with many nested levels of imenu, the long lines would trail off past the width of the window. Now, we properly enlarge the window to fit the...
I made the assumption that because lsp-mode supports flymake, that lsp-ui would as well, but that doesnt appear to be the case are there any plans for flymake support in...
While editing Python files when using lsp-mode together with pyright, lsp-ui, lsp-ui-sideline and flycheck, warning messages like "Invalid face reference: lsp-flycheck-info-unnecessary" occur repeatedly in the "\*Messages\*" buffer. This can be...
Steps to reproduce: first open emacs, run lsp-ui-doc-toggle, lsp-ui-doc-focus, then now your cursor is in the frame of ui-doc, now use lsp-ui-doc-hide, then any input is disabled unless you press...
### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [X] You...
Here is an example of the issue using lsp-grammarly, where it makes sense to show only actions under point/cursor rather than include all issues in the current line.  You...
This pull request contains a bugfix and a small improvement. Last year, `lsp--make-reference-params` had its parameter reversed in emacs-lsp/lsp-mode@2c6a0e92, but no matching change was made here, so the behavior of...
Looked through the documentation and I haven't seen anything that mentioned this. I think a cool feature would be once the candidate is picked in a function and typing begins...