-
Updated
Sep 29, 2020 - TypeScript
language-server
Here are 179 public repositories matching this topic...
-
Updated
Sep 29, 2020 - Scala
-
Updated
Sep 29, 2020 - TypeScript
-
Updated
Sep 24, 2020 - Lua
-
Updated
Nov 28, 2019 - PHP
-
Updated
Aug 16, 2020 - TypeScript
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?
Motivation
Currently the language server stores symbols (i.e. variables, classes, ...) in two locations:
- The source path, containing the parsed
.ktsource files from the user's workspace - The [class path](https://github.com/fwcd/kotlin-language-server/blob/master/server/
-
Updated
Sep 23, 2020
-
Updated
Sep 29, 2020 - Vim script
-
Updated
Sep 29, 2020 - TypeScript
Pug syntax highlight
Is your feature request related to a problem? Please describe.
Provide basic support for pug markup. Related: #106
Describe the solution you'd like
VSCode's syntax highlight is done by Textmate grammar. Basically it's defining some regex pattern to tokenize the code. And we could include other languages' rules as long as vscode knows how to deal with the included language.
I am n
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
Sep 29, 2020 - Lua
-
Updated
Sep 21, 2020 - C#
-
Updated
Sep 27, 2020 - TypeScript
-
Updated
Sep 16, 2020 - TypeScript
-
Updated
Sep 28, 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
Sep 25, 2020 - TypeScript
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
Sep 26, 2020 - TypeScript
-
Updated
Aug 15, 2020 - Haxe
At this point the descriptions of the plugin options visible in the Atom settings are rather basic and often less accurate than what can be found in the documentation of the specific feature provider.
We should improve those descriptions and/or link to the relevant docs if applicable.
Any help on this is highly apprec
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