-
Updated
Jul 5, 2022 - TypeScript
lsp
Here are 443 public repositories matching this topic...
-
Updated
Jul 7, 2022 - Lua
-
Updated
Dec 23, 2020 - Haskell
-
Updated
Jul 29, 2020 - C++
-
Updated
Jul 7, 2022 - Lua
-
Updated
Jul 7, 2022 - Lua
-
Updated
Jul 7, 2022 - Lua
-
Updated
Jul 7, 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
Jul 4, 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-siDescribe the bug
If you have (import-vars |my-ns/q), calling find-definition could take you to any definition of q, in any ns, not just in my-ns.
It should go to the var from the imported ns. To fix this we should use :imported-ns and :imported-var to convert the var-definition into a var-usage, and call find-definition :var-usages.
-
Updated
Jul 7, 2022 - Lua
Depends on hashicorp/terraform-ls#722
Background
We have recently introduced a custom command module.calls which currently exclusively uses the data from the .terraform folder. There is currently no other easy way of getting the important metadata, such as (1) module hierarchy, (2) installed location on disk, (3) installed version.
As described
-
Updated
Jun 22, 2022 - TypeScript
-
Updated
Jun 27, 2022 - Emacs Lisp
-
Updated
May 4, 2022 - Go
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
If I run
printf
session = "1234"
client = "client0"
buffile = "foo.py"
filetype = "python"
version = 1
method = "textDocument/definition"
[params.position]
line = 5
column = 1 | kak-lsp -s 1234 --request
It automatically trigger an action ( jump to definition in this example ) in the kakoune client
How can I just get the string of the action to perfor
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."

Is your feature request related to a problem? Please describe.
In Scala 2 it's possible to have completions after
new CompletedName@@. It would be good to have the same for Scala 3.Describe the solution you'd like
The potential solutions should take a look at
NewCompletions.scalaand related tests to see what needs to be supported but in general we would need: