-
Updated
Jun 8, 2022 - TypeScript
lsp
Here are 430 public repositories matching this topic...
-
Updated
Jun 8, 2022 - Lua
-
Updated
Dec 23, 2020 - Haskell
-
Updated
Jul 29, 2020 - C++
-
Updated
Jun 8, 2022 - Lua
-
Updated
Jun 9, 2022 - Lua
-
Updated
Jun 9, 2022 - Lua
-
Updated
Jun 8, 2022 - Python
Elevator Pitch
Right now Jupyter LSP show it's suggestions on every period. I'd like to have a feature that only generates the suggestions when a hotkey is pressed. (Shift Tab, etc)
Motivation
One of my users asked for the feature.
Design Ideas
-
Updated
Jan 23, 2022 - Python
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.
Add a test workspace with a Maven project (similar to the Gradle project in server/src/test/resources/additionalWorkspace) and a test case in ClassPathTest to make sure that we don't regress on anything regarding dependency resolution in Maven projects.
Refiled from an old issue at JakeBecker/elixir-ls#120 (by @crbelaus)
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
Jun 6, 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.
Sometimes, I have the same namespace multiple times in a :require call in a namespace declaration. They might have the same or different :refer vectors, they might have the same or different :as aliases, etc.
Describe the solution you'd like
When possible, I would like the clean-ns functionality to merge required n
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 8, 2022 - Lua
-
Updated
Jun 8, 2022 - TypeScript
-
Updated
Apr 27, 2022 - Emacs Lisp
-
Updated
May 4, 2022 - Go
Context
Folding is the ability to show/hide (collapse/uncollapse) regions of code. Many editors offer to the user the ability to fold and unfold regions at a specific level and/or recursively, using either a mouse or a keyboard shortcut. Folding can simplify reading complex code by allowing the user to focus on the significant
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!
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: