-
Updated
Oct 20, 2020 - TypeScript
language-server-protocol
Here are 247 public repositories matching this topic...
-
Updated
Oct 20, 2020 - Vim script
-
Updated
Oct 20, 2020 - Python
I just tried it out in Dotty for https://devblogs.microsoft.com/typescript/announcing-typescript-4-1-beta/#template-literal-types
➜ ~ dotr
Starting dotty REPL...
scala> type Color = "top" | "middle"
// defined alias type Color = "top" | "middle"
scala> def test(color:Color) = println(color)
def test(color: Color): Unit
scala> test("middle")
middle
scala> test("middel") 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
Oct 19, 2020 - Rust
-
Updated
Oct 20, 2020 - Emacs Lisp
-
Updated
Oct 7, 2020 - Haskell
-
Updated
Jul 29, 2020 - C++
-
Updated
Oct 6, 2020 - C++
-
Updated
Oct 19, 2020 - Vim script
-
Updated
Oct 17, 2020 - Lua
-
Updated
Oct 10, 2020 - Vim script
-
Updated
Nov 28, 2019 - PHP
-
Updated
Oct 20, 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
Oct 14, 2020
-
Updated
Oct 17, 2020 - Vim script
-
Updated
Jul 22, 2020 - TypeScript
-
Updated
Oct 20, 2020 - C#
-
Updated
Sep 27, 2020 - TypeScript
-
Updated
Oct 16, 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
-
Updated
Oct 16, 2020 - R
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
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."


Feature Description:
In VS Code,

Debugmenu has been renamed toRunIn Theia, we still have
Debug![image](http