-
Updated
Dec 28, 2021 - TypeScript
lsp
Here are 369 public repositories matching this topic...
-
Updated
Dec 27, 2021 - Lua
-
Updated
Dec 23, 2020 - Haskell
-
Updated
Jul 29, 2020 - C++
-
Updated
Dec 29, 2021 - Scala
-
Updated
Dec 28, 2021 - Python
-
Updated
Apr 29, 2021 - Python
-
Updated
Dec 29, 2021 - Lua
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.
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-siAdd a configuration flag that disables the Java-to-Kotlin converter in external sources. This would also require declaring the option in the vscode-kotlin client.
-
Updated
Dec 29, 2021 - Lua
multi root support?
I noticed that python's pyright lsp only fires up one instance for multiple python projects, would it make sense to have a similar feature in clojure-lsp?
Some related quote from the doc (https://github.com/microsoft/pyright/blob/master/docs/configuration.md):
Multi-root workspaces (“Add Folder to Workspace…”) are supported, and each workspace
-
Updated
Dec 27, 2021 - TypeScript
-
Updated
Dec 29, 2021 - Lua
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 in hashicorp/terraform#30005 the existing behavio
-
Updated
Dec 21, 2021 - TypeScript
-
Updated
Dec 29, 2021 - Lua
-
Updated
Dec 15, 2021 - Emacs Lisp
-
Updated
Jul 31, 2021 - Go
Describe the bug
If I set
otp_path: "/packages/erlang/erlang-22.3.2/"then OTP packages are not indexed. If I remove the trailing path separator, then they are.
Our path expansion algorithms shouldn't care.
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
There is a way to configure the highlights for each block and inject separators.
Thanks for the plugin!
-
Updated
Apr 23, 2021 - TypeScript
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."

Elevator Pitch
Code defined in a
%%timecell doesn't appear to be recognised so you then get spurious warnings about e.g. undefined variables.Motivation
Spurious warnings detract from the utility of a code linter
Design Ideas
I think this is a hard problem t