-
Updated
Nov 26, 2020 - JavaScript
language-server
Here are 191 public repositories matching this topic...
-
Updated
Nov 26, 2020 - Scala
-
Updated
Nov 26, 2020 - TypeScript
-
Updated
Nov 25, 2020 - Lua
-
Updated
Nov 28, 2019 - PHP
-
Updated
Aug 16, 2020 - TypeScript
-
Updated
Nov 19, 2020
Show hidden files
I am using this extension as part of the coc-sh plugin for coc.nvim. When I am doing the file completion, I do not see hidden files and directories suggested. Is there a way to enable this?
Add a configuration flag that disables the Java-to-Kotlin converter in external sources. This would also require declaring the option in the vscode-kotlin client.
-
Updated
Nov 26, 2020 - Vim script
-
Updated
Nov 26, 2020 - Lua
It would be good to have some kind of performance tests to get a better understanding of how well the extension performs, and to keep track of it to not overlook accidental performance decreases when adding new things.
The performance tests as a start could consist of:
- One autocompletion inside script (means svelte2tsx and the TS service are tested)
- One diagnostic run on a file that needs
-
Updated
Nov 26, 2020 - TypeScript
Since the extension is only proof of concept and not on the marketplace, we can't easily update the server when a new release comes out. I have a local gulp setup to automate some tasks but it still a bit of a process to update a server. It would be great to be able to update the lsp server from inside vscode without rebuilding and installing the extension (especially now that releases are happeni
-
Updated
Nov 25, 2020 - C#
-
Updated
Nov 26, 2020 - TypeScript
-
Updated
Nov 20, 2020 - TypeScript
-
Updated
Nov 23, 2020 - Rust
Current Version
0.5.3
Use-cases
Currently we only expose rootModulePaths in "LSP native" configuration:
Some runtime settings which we don't strictly need to know before the server is actually initialized is still exposed via CLI flags onl
-
Updated
Oct 31, 2020 - TypeScript
Expected Behavior
I would like to be warned that an "in port" would be stripped if no subscription is implemented.
Current Behavior
port module Main exposing (..)
-- Define an inPort (but no implementation yet)
port inPort : (String -> msg) -> Sub msg
subscriptions : Model -> Sub Msg
subscriptions _ =
Sub.none -- inPort is never subscribed toCurrent
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
Nov 26, 2020 - TypeScript
-
Updated
Nov 15, 2020 - Haxe
-
Updated
Nov 26, 2020 - C#
Improve this page
Add a description, image, and links to the language-server 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 topic, visit your repo's landing page and select "manage topics."
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.pyifile as