-
Updated
May 25, 2022 - Lua
language-server
Here are 263 public repositories matching this topic...
-
Updated
May 27, 2022 - Scala
-
Updated
May 27, 2022 - TypeScript
-
Updated
May 27, 2022 - Lua
-
Updated
May 27, 2022 - Lua
Show hidden files
-
Updated
May 25, 2022
-
Updated
Apr 9, 2022 - TypeScript
-
Updated
May 15, 2022 - PHP
-
Updated
May 22, 2022 - Vim script
Add a test workspace with a Maven project (similar to the Gradle project in server/src/test/resources/additionalWorkspace) and a test case in ClassPathTest to make sure that we don't regress on anything regarding dependency resolution in Maven projects.
Refiled from an old issue at JakeBecker/elixir-ls#120 (by @crbelaus)
The simplest suggestion I saw was simply adding a config option to disable automatic builds. See comment from @toranb for a potential spot to put the config check.
Related ideas for helping similar issues:
- Add support
-
Updated
Feb 18, 2022 - C#
-
Updated
May 23, 2022 - TypeScript
Is your feature request related to a problem? Please describe.
Make it easy to convert between namespaced maps and maps without a default namespace:
#:foo{:bar 1}
{:foo/bar 1}
;; respecting auto-resolve keywords, including aliases
#::baz{:bar 1}
{::baz/bar 1}**Describe the solution you'd
Is your feature request related to a problem? Please describe.
Now I need to write svelte.showCompiledCodeToSide command everytime I switch to another file to be able to see compiled code of that file.
Describe the solution you'd like
When I open compiled version of code by svelte.showCompiledCodeToSide command, it would be nice if it would automatically change that compiled versi
-
Updated
May 27, 2022 - Rust
Depends on hashicorp/terraform-ls#722
Background
We have recently introduced a custom command module.calls which currently exclusively uses the data from the .terraform folder. There is currently no other easy way of getting the important metadata, such as (1) module hierarchy, (2) installed location on disk, (3) installed version.
As described
-
Updated
May 27, 2022 - TypeScript
-
Updated
May 26, 2022 - TypeScript
We should improve the test coverage for the FilePatternAssociation to avoid any regressions in the future.
Context
Folding is the ability to show/hide (collapse/uncollapse) regions of code. Many editors offer to the user the ability to fold and unfold regions at a specific level and/or recursively, using either a mouse or a keyboard shortcut. Folding can simplify reading complex code by allowing the user to focus on the significant
-
Updated
May 26, 2022 - C#
Is your enhancement related to a problem? Please describe.
To make the documentation more visible we should move the documentation from the wiki into somewhere that's more discoverable.
Describe the solution you would like
-
Updated
Apr 30, 2022 - TypeScript
-
Updated
May 14, 2022 - 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
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."

I am using this extension as part of the
coc-shplugin 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?