emacs-lsp
Here are 16 public repositories matching this topic...
Hi,
i am using lsp-ui together with ivy in minibuffer mode. Unfortunately the doc popup with position bottom always overlaps the minibuffer making symbol lookup barely usable.
My lsp-ui config in case i caused this by some setting:
(setq lsp-ui-si
-
Updated
Jul 10, 2021 - Emacs Lisp
-
Updated
Jul 12, 2021 - Python
dap-dart-setup
doesn't seem to do anything if the .extension/github/Dart-Code.Dart-Code
directory already exists.
A way to update would be helpful.
Like checking for a new version, delete the directory and run dap-dart-setup
again.
Currently I delete the directory manually ocassionally and run dap-dart-setup
again.
-
Updated
Jun 4, 2021 - Emacs Lisp
-
Updated
Jul 12, 2021 - Emacs Lisp
Add all-the-icons optional support for the the help buffer, the code action gives you some information about the severity of the error, some icons can be added to reflect that.
It would be even more awesome, to translate the html to a org mode buffer.
Improve this page
Add a description, image, and links to the emacs-lsp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the emacs-lsp topic, visit your repo's landing page and select "manage topics."
Here is a list of events: https://microsoft.github.io/debug-adapter-protocol/specification#Events. We currently don't handle all of them; they should be added to the
dap--on-event
.The message "No message handler for ..." indicates that we don't implement some event.