language-server-protocol
Here are 300 public repositories matching this topic...
-
Updated
Jan 5, 2022 - Vim script
-
Updated
Jan 4, 2022 - Python
-
Updated
Jan 4, 2022 - Emacs Lisp
-
Updated
Jan 5, 2022 - Lua
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
Dec 15, 2021 - C++
-
Updated
Dec 23, 2020 - Haskell
-
Updated
Jul 29, 2020 - C++
-
Updated
Jan 5, 2022 - Vim script
-
Updated
Nov 15, 2021 - Vim script
-
Updated
Jan 2, 2022 - Python
Support %%time
Elevator Pitch
Code defined in a %%time
cell 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
-
Updated
Dec 6, 2021 - TypeScript
-
Updated
Jan 6, 2022
-
Updated
Jan 2, 2022 - PHP
Document the commands that clients should implement and their expected behaviour on https://github.com/eclipse/eclipse.jdt.ls/wiki/JDT-LS-Extensions
Environment data
VS Code version: 1.34.0
Extension version (available under the Extensions sidebar): 2019.4.12954
OS and version: Ubuntu 19.04
Python version (& distribution if applicable, e.g. Anaconda): 3.6
Type of virtual environment used: virtualenv
Problem
The type hints in the stub file for the current module aren't used for autocompletion.
I have a foo.pyi
file as
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
Jan 5, 2022 - TypeScript
-
Updated
Nov 10, 2021 - Vim script
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
Dec 21, 2021 - TypeScript
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.
-
Updated
Jan 6, 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
-
Updated
Jan 5, 2022 - R
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."
This bug is blocked for the Hackathon, please do not fix
Feature Description:
The
onVisibilityChanged
event can be removed safely (deprecated for some time) as there are no references.https://github.com/eclipse-theia