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

When navigating through the code using page up/page down, sideline tries to get relevant information from the LSP server for whatever point the cursor happens to be at, and then...

ui-sideline

I see this in both the gui and cli emacs. Any ideas why this might be? Could I be missing a required package? lsp-ui 6.0, emacs 26.3. Thanks!

ui-sideline

I patch lsp-mode to diplay the peek ui in a childframe: ``` (defun lsp-ui-peek--peek-display (src1 src2) (-let* ((win-width (frame-width)) (lsp-ui-peek-list-width (/ (frame-width) 2)) (string (-some--> (-zip-fill "" src1 src2) (--map...

ui-peek

As you probably already know, emacs is notoriously bad at rendering long lines. I haven't found a general solution to this problem other than activating `so-long` mode ad hoc. When...

ui-doc

- Emacs-plus 26.2 - macOS Mojave 10.14.5 - lsp-ui 20190523.1521 lsp-ui opens strange black screen where peek popups are displayed. ![image](https://user-images.githubusercontent.com/12697325/59981332-4ef48d80-960a-11e9-8a6a-e0ba36e64f07.png)

Caret movement very slow (especially horizontal) on any file with 'lsp-ui' enabled (GUI mode)(it feels like low key repeat rate), enabling 'fundamental-mode' fixed that behavior. I'm struggling with this bug...

When I click clickable `file://` link in the doc popup, I get "Point is not at a Markdown link or URL". It was mentioned before in [another issue](https://github.com/emacs-lsp/lsp-ui/issues/176#issuecomment-426006150), but I...

Related: https://github.com/emacs-lsp/lsp-mode/issues/837. The lag goes away after running either `lsp-disconnect` or disabling `lsp-ui-mode`. Emacs version: ``` GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.29, cairo version 1.17.4) of 2021-05-18...

help wanted
ui-doc
performance

Hi, I'm trying to use lsp-ui-doc with the keyboard as show in the gif but for now I can't really make it. I can for example go over the popup...

ui-doc

Hi. I've disabled the rendering of horizontal rulers in Markdown, by setting `markdown-hr-display-char` to `nil`, because it has some problems computing the width of those in the Company Box documentation...