-
Updated
Nov 30, 2020 - JavaScript
language-server-protocol
Here are 257 public repositories matching this topic...
-
Updated
Nov 30, 2020 - Vim script
-
Updated
Nov 30, 2020 - Python
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
-
Updated
Nov 28, 2020 - Rust
-
Updated
Nov 29, 2020 - Emacs Lisp
-
Updated
Oct 7, 2020 - Haskell
-
Updated
Jul 29, 2020 - C++
-
Updated
Nov 19, 2020 - C++
-
Updated
Nov 26, 2020 - Vim script
-
Updated
Nov 26, 2020 - Lua
-
Updated
Nov 21, 2020 - Vim script
-
Updated
Nov 28, 2019 - PHP
-
Updated
Nov 29, 2020 - Python
Document the commands that clients should implement and their expected behaviour on https://github.com/eclipse/eclipse.jdt.ls/wiki/JDT-LS-Extensions
-
Updated
Aug 16, 2020 - TypeScript
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
At the moment the user has to press Ctrl (or a different modifier key if changed in settings) to bring up the hover tooltip. We could allow specifying a delay as an alternative/additional activation method. This is how it is implemented in VScode I think.
Sketch for setting chema:
"delay": {
"title": "Hover delay",
"type": ["number", "null"],
"default": 300,
"
-
Updated
Nov 19, 2020
-
Updated
Nov 14, 2020 - Vim script
- Editor or IDE name (e.g. Emacs/VSCode): VSCode
- Editor Plugin/LSP Client name: ElixirLS v0.6.2
With code
for a <- b, do:
after pressing enter end
is appended
for a <- b, do:
end
It should append end
only after do
without :
-
Updated
Oct 30, 2020 - TypeScript
-
Updated
Nov 25, 2020 - C#
-
Updated
Nov 27, 2020 - TypeScript
-
Updated
Nov 30, 2020 - 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
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
Nov 23, 2020 - R
-
Updated
Sep 2, 2020 - Crystal
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:
Extension with long description - we do not see the full description of the plugin
Steps to Reproduce:
screenshot:
