-
Updated
Aug 1, 2022 - TypeScript
lsp
Here are 450 public repositories matching this topic...
-
Updated
Aug 1, 2022 - Lua
-
Updated
Dec 23, 2020 - Haskell
-
Updated
Jul 29, 2020 - C++
-
Updated
Jul 31, 2022 - Lua
-
Updated
Aug 1, 2022 - Lua
-
Updated
Aug 1, 2022 - Lua
-
Updated
Aug 1, 2022 - Python
Description
Signature suggestion highlight color is unreadable in dark mode. It is a bright yellow which makes the white text completely unreadable. Reporting this as a bug b/c text becomes completely unreadable (probably not a bug if its just hard to read)

The simplest suggestion I saw was simply adding a config option to disable automatic builds. See comment from @toranb for a potential spot to put the config check.
Related ideas for helping similar issues:
- Add support
-
Updated
Aug 1, 2022 - TypeScript
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-siIs your feature request related to a problem? Please describe.
When editing a function definition, it's cumbersome to rearrange the order of the arguments, as this requires finding all places where it's called and editing them similarly as well.
Describe the solution you'd like
Expand the code actions "Drag forward" and "Drag backward" to apply their changes to all calling sites as we
-
Updated
Aug 1, 2022 - Lua
Current Version
0.22.0
Use-cases
Currently the language server doesn't support UNC paths as per hashicorp/terraform-ls#74
However even when it does, users will continue to be unable to use WSL paths.
Generally speaking WSL users can (and should) use the Linux path (such as /mnt/c/...) directly, and most do.
However, the following atte
-
Updated
Jul 22, 2022 - TypeScript
-
Updated
Jun 27, 2022 - Emacs Lisp
-
Updated
May 4, 2022 - Go
-
Updated
Jul 30, 2022 - Lua
Context
One of the core features provided by Erlang LS is to provide inline documentation on hover. The way inline documentation works is by means of a database of points of interest which Erlang LS keeps in memory for each project. When accessing a project for the first time, Erlang LS scans every file in the project and extracts all point of interests (e.g. a function definition, or a f
Improve this page
Add a description, image, and links to the lsp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lsp topic, visit your repo's landing page and select "manage topics."

Hey, when two extend App objects are in main, click F5, then Esc -> Internal error.
I'm able to choose, but if I want to cancel the popup with Esc, it shows internal error.
Don't see any other error information.
Latest Vscode and Metals, latest Macos m1.