language-server-protocol
Here are 264 public repositories matching this topic...
-
Updated
Apr 11, 2021 - Vim script
-
Updated
Apr 12, 2021 - Python
-
Updated
Apr 11, 2021 - 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
Dec 23, 2020 - Haskell
-
Updated
Apr 6, 2021 - C++
-
Updated
Jul 29, 2020 - C++
While I quite like the information readily provided by g:lsp_diagnostics_float_cursor and g:lsp_diagnostics_echo_cursor, their automatic nature doesn't fit my workflow.
Would it be difficult to add an avenue to trigger them on-demand, similar to <plug>(lsp-hover) / :LspHover?
Along similar lines, would it be difficult to add a g:lsp... setting to have <plug>(lsp-next-diganostic)
-
Updated
Apr 10, 2021 - Lua
-
Updated
Mar 31, 2021 - Vim script
-
Updated
Apr 1, 2021 - Vim script
-
Updated
Apr 8, 2021 - Python
-
Updated
Feb 23, 2021 - PHP
Document the commands that clients should implement and their expected behaviour on https://github.com/eclipse/eclipse.jdt.ls/wiki/JDT-LS-Extensions
-
Updated
Apr 2, 2021 - TypeScript
The current display of:
should be improved to include:
- name of the file that has no issues (so just in case if the user has focus on a different file they are not confused)
- padding so that the text is more readable
- a nice "congrats"
-
Updated
Apr 7, 2021
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
Mar 25, 2021 - Vim script
-
Updated
Apr 2, 2021 - TypeScript
-
Updated
Mar 3, 2021 - TypeScript
-
Updated
Apr 5, 2021 - C#
-
Updated
Mar 14, 2021 - TypeScript
Often, something goes wrong in my setup of kak-lsp (a language server is installed incorrectly, the command I specified for that LSP is wrong, the plugin just isn't enabled for the window, I forgot to start the LSP, my kak-lsp.toml is invalid or in the wrong place, my code project is setup wrong, etc., etc.) When this happens there are two problems that make it more difficult to solve:
- **T
Upgrade ranch to 2.x
Ranch is a dependency used by the TCP transport in Erlang LS (see the els_tcp module). The new version of ranch, 2.0.0 has a slightly backward incompatible API and we should migrate to it.
A migration guide is available at: https://ninenines.eu/docs/en/ranch/2.0/guide/migrating_from_1.7/
-
Updated
Apr 11, 2021 - 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."

Bug Description:
There are a number of logs of the form
console.error(e)in the debug module, and those errors end up appearing in the console as[object Object]. They should be replaced with something likeconsole.error('<Method> failed:', e);https://github.com/eclipse-theia/theia/blob/f80c4454f4ee76bb5d711ed06608ad2426b