-
Updated
Oct 13, 2020 - TypeScript
language-server
Here are 182 public repositories matching this topic...
-
Updated
Oct 13, 2020 - Scala
-
Updated
Oct 13, 2020 - TypeScript
-
Updated
Oct 8, 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?
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
Oct 7, 2020
-
Updated
Oct 12, 2020 - Vim script
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
Oct 14, 2020 - TypeScript
-
Updated
Oct 13, 2020 - Lua
-
Updated
Oct 12, 2020 - C#
-
Updated
Sep 27, 2020 - TypeScript
-
Updated
Oct 13, 2020 - TypeScript
-
Updated
Oct 12, 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
In 1.7, guards were added to prevent users from renaming certain reserved symbols -- you can't rename let or if to something else and you can't rename values imported from packages.
The reverse of this might be handy as well -- not allowing you to rename a symbol to let, or in. It might be nice to also check to see if that symbol is already taken. For example:
foo = 3
-
Updated
Oct 11, 2020 - TypeScript
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
Oct 12, 2020 - TypeScript
-
Updated
Oct 1, 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