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

I use typescript and sometimes when I pass values, I pass the type as "any" to play around. Can lsp-UI reveal the "type" if I hover the cursor over "any"...

enhancement

### Expected Behavior helm CAN accept user input or keypresses ### Actual Behavior helm CANNOT accept user input or keypresses ### Steps to reproduce the behavior 1. Download [gist: test-lsp-ui.el](https://gist.github.com/twlz0ne/75a7a54941a6ba54f66aaf4c5aeaba54)...

Hello, I write a java project in which I make the documentation for doxygen like this : ``` /** * My method brief. * Some details. * \param param1 This...

ui-doc

I am using doom Emacs configuration and Microsoft python language server. When I open a Python file that contains some linting errors, flycheck correctly marks the errors/warnings. Then, I randomly...

flycheck

as description. It will be an interesting feature and I believe that a lot of people will find it useful.

enhancement
ui-sideline

Based on [this comment](https://github.com/emacs-lsp/lsp-ui/pull/493#issuecomment-683923777) > the overall feedback on lsp-ui-doc being too noisy What can we do to make lsp-ui less noisy ? I am thinking of: - Make `lsp-ui-sideline`...

In [`lsp-ui-imenu--visit`](https://github.com/emacs-lsp/lsp-ui/blob/7c5c8a60bf502442941ef62a471a94f150fbbc49/lsp-ui-imenu.el#L302) and [`lsp-ui-imenu--view`](https://github.com/emacs-lsp/lsp-ui/blob/master/lsp-ui-imenu.el#L309), replace ``` (goto-char marker) ``` with ``` (goto-char (overlay-start marker)) ``` Without the above changes I get the following error ``` funcall-interactively: Wrong type argument: integer-or-marker-p,...

ui-imenu

![图片](https://user-images.githubusercontent.com/18224684/59600443-c4a4b900-9133-11e9-91b0-af683ed4a7d9.png) I think use `pulse-momentary-highlight-*` to flash target line(marked with red block in picture) when navigating in lsp-ui-peek-mode by using `C-n` `C-p` is useful. But it seems LSP servers won't...

enhancement

I am recently testing some vanilla lsp-mode configurations with only the base components installed with no other configuration. IMO the default experience of lsp-ui-doc is not good because often(especially when...

enhancement

Another try to https://github.com/emacs-lsp/lsp-ui/pull/459 which was reverted - Fix when to hide window - Address https://github.com/emacs-lsp/lsp-ui/pull/465 ![lsp-ui-doc-posframe](https://user-images.githubusercontent.com/7820865/89110478-4e3f4500-d421-11ea-83b6-0787313a3b82.gif)