lsp-ui
lsp-ui copied to clipboard
UI integrations for lsp-mode
### 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...
am just starting to explore the LSP configuration options. But i am facing very annoying problem with lsp-ui-sideline. I like the options that it provides but hate that it shows...
I'm using lsp-ui-flycheck with cquery, which works great most of the time. Sometimes though (and I don't know why this issue seems to pop up so inconsistently) editing slows down...
### 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...
This is probably just something dumb I'm doing but when the doc window opens and I hit "q", it does close the doc window... But it also types "q" in...
For example, I have a function `DateFormat()`. When my cursor is over the `DateFormat` part, the documentation is shown. However, I'd also like to see the documentation when my cursor...
### 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...
This is happening to me with the following setup: - macOS - Emacs 28.0.50 (also freezes on 27.2) - [pylsp](https://github.com/python-lsp/python-lsp-server). - `emacs -Q`, load `lsp`, `lsp-ui`, and `pyenv`. After running...
Screenshots worth thousands words I hope: First step, get a big doc displayed:  Then split the buffer (C-x 3):  - Terminal : rxvt-unicode (urxvt) v9.26 - OS :...
When I click on any hyperlink in `lsp-ui-doc` buffers, I observe this in my messages bufffer: ``` Mark set markdown-link-p: Beginning of buffer ``` And the link does not open...