lsp-ui icon indicating copy to clipboard operation
lsp-ui copied to clipboard

UI integrations for lsp-mode

Results 126 lsp-ui issues
Sort by recently updated
recently updated
newest added

As the following image (red underline) shows, some sideline hover symbols' info has been wrapped to the new line. It seems that the weird behavior is not related with the...

ui-sideline

Originally logged at https://github.com/emacs-lsp/lsp-mode/issues/912

I found that when scrolling down the document with the mouse, a continuous beep will be triggered after reaching the bottom. Sometimes this sound prevents Emacs from responding to the...

ui-doc

As titled, when invoking `lsp-ui-doc-show` or `lsp-ui-doc-glance`, I often need multiple consecutive attempts until it correctly renders the child frame. Here are some screenshots to demonstrate: # First attempt invoking...

ui-doc

When I mark multiple lines and invoke lsp-execute-code-action while using rust-analyzer, I'll get context-sensitive options such as "Extract into function". However, they won't show up in the lsp-ui sideline like...

ui-sideline

When calling lsp-describe-thing-at-point the buffer with javadoc opens up. Everything is good there except the code examples are all with one color (no syntax coloring). Emacs version: GNU Emacs 27.1...

I would like to scale down the font size of the sideline messages. Currently, this doesn't work, because `lsp-ui-sideline--compute-height` injects a `(height 1)` and overrides the height setting from the...

ui-sideline

Links are not working in buffer opened with lsp-describe-thing-at-point. Emacs version: GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5) of 2021-03-22 lsp packages from melpa: lsp-mode 20220325.1415 helm-lsp 20210419.2014...

hi, I'm not sure if this is an actual bug: the lsp ui info doesn't wrap around at the edge of the screen. I tried disabling visual-line-mode but that didn't...

ui-sideline

Right now lsp-ui-peek shows full path, so the file name part is usually truncated by the window border. I can only see the first half of the path to every...

ui-peek