language-server-protocol
Here are 323 public repositories matching this topic...
-
Updated
May 21, 2022 - Vim script
-
Updated
May 22, 2022 - Python
-
Updated
May 23, 2022 - Lua
-
Updated
May 22, 2022 - Emacs Lisp
cc rust-lang/rls#1112
cc microsoft/language-server-protocol#376
This causes problems with displaying correct diagnostic span and code suggestion spans (here).
Community QA
Is your feature request related to a problem? Please describe.
Every time i run PlugUpdate on Windows it fails to replace bin/languageclient file. The reason is that on Windows it's impossible to overwrite binary if it's launched because file is busy.
Describe the solution you'd like
Some command to kill languageclient binary, so i can change my after update script to first kill lan
-
Updated
Apr 17, 2022 - C++
-
Updated
Dec 23, 2020 - Haskell
-
Updated
May 23, 2022 - Vim script
-
Updated
Jul 29, 2020 - C++
-
Updated
Apr 12, 2022 - Vim script
-
Updated
May 22, 2022 - Python
-
Updated
May 18, 2022
-
Updated
Apr 9, 2022 - TypeScript
Document the commands that clients should implement and their expected behaviour on https://github.com/eclipse/eclipse.jdt.ls/wiki/JDT-LS-Extensions
-
Updated
May 15, 2022 - PHP
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
Feb 18, 2022 - C#
-
Updated
May 23, 2022 - TypeScript
Test case
typedef dv_base_env_cov #(.CFG_T(tl_agent_env_cfg)) tl_agent_env_cov;Actual output
typedef dv_base_env_cov#(.CFG_T(tl_agent_env_cfg)) tl_agent_env_cov;Expected or suggested output (original formatting)
typedef dv_base_env_cov #(.CFG_T(tl_agent_env_cfg)) tl_agent_env_cov;Verible version:
-
Updated
Apr 30, 2022 - Vim script
-
Updated
May 23, 2022 - TypeScript
-
Updated
Apr 23, 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
-
Updated
May 20, 2022 - C#
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 language-server-protocol topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the language-server-protocol topic, visit your repo's landing page and select "manage topics."
Feature Description:
The application configuration option
disallowReloadKeybindingis no longer used, and can be deprecated/removed:https://github.com/eclipse-theia/theia/blob/08722fad0ecdd3259457c34db61b86c8da6b61c8/dev-pa