lsp-ui
lsp-ui copied to clipboard
UI integrations for lsp-mode
When working with highly nested directories, the paths shown in the file list get truncated to just their prefix. As a result, the most meaningful parts of the path are...
The pop out alert message of lsp-ui-sideline added a line break, when move the cursor on and off the error code, the window will change. It's annoying, just disable lsp-ui-sideline-mode...
Some LSPs might end up rendering some spaces as HTML, such as what is happening in the YAML Language Server, since a [commit](https://github.com/redhat-developer/yaml-language-server/pull/844) introduced this kind of weird spacing that...
lsp-ui-doc popup is not showing up in emacs when configured to use webkit My lsp configuration ``` (use-package lsp-mode :ensure t :custom (lsp-enable-snippet nil) (lsp-keep-workspace-alive t) (lsp-enable-xref t) (lsp-enable-imenu t)...
This should fix https://github.com/emacs-lsp/lsp-ui/issues/274 and https://github.com/syl20bnr/spacemacs/issues/16051 Semantic layer in Spacemacs assigns `semantic-create-imenu-index` to `imenu-create-index-function`. It uses overlays as position. This is my first time contributing to an Emacs package. Need...
When I start emacs (GNU Emacs 28.2) all functionality of frames works fine. I can split frame by two via "C-x 3", switch to the right "C-x o", and then...
Hi all! First of all, thank you for your amazing work. I noticed that when invoking `lsp-ui-imenu`, point can be moved using the usual `next-line`/`previous-line`. However, **this won't work if...
My lsp-ui-doc frame overlaps with the completions (provided by company mode). Here is how it lookes like:  And to fix this, I decided to change the position of the...
Fix #744 Show the path suffix rather than prefix if it does not fit within `lsp-ui-peek-list-width`. There might be a better way to do this but I'm not very familiar...
Work in progress: Fix for issue #369. Theme changes won't update background color and fringe width automatically. Previously, there was advice to delete frame after load-theme. This commit changes this...