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

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: ![lsp-ui-doc-jumps](https://user-images.githubusercontent.com/1394310/188329474-b2ada6a3-42a5-41d4-a046-3d406e104ec2.gif) 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...

ui-sideline

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

enhancement

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

ui-sideline

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

ui-doc

### 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...

bug

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. ![image](https://github.com/emacs-lsp/lsp-ui/assets/14062583/4de7992a-3ce7-4bf1-926e-e4a131e4bc49) 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...

question