lsp-server
Here are 48 public repositories matching this topic...
-
Updated
Nov 19, 2020 - C++
-
Updated
Oct 8, 2020 - Python
When building from master (with bazel), I get the following output
bazel run @hls-exe//haskell-language-server -- --version
INFO: Invocation ID: fb19e081-f4d8-4423-ad90-e3d2a3f92ac8
INFO: Analyzed target @hls-exe//haskell-language-server:haskell-language-server (2 packages loaded, 8669 targets configured).
INFO: Found 1 target...
Target @hls//:_haskell-language-server_exe_haskell-languag
-
Updated
Sep 20, 2020 - Go
So nimsuggest offers different ways to query a file for information. According to the --help you can pass these commands: sug|con|def|use|dus|chk|mod|highlight|outline|known. Currently only sug is in use and maps to textDocument/completion. According to the integration guide only sug, con, def, and use are explained. If anyone could he
Find project file
-
Updated
Nov 24, 2020 - TypeScript
-
Updated
Sep 14, 2020 - D
-
Updated
Nov 23, 2020 - TypeScript
-
Updated
Nov 15, 2020 - Python
-
Updated
Nov 17, 2020 - Crystal
-
Updated
Sep 20, 2020 - C++
-
Updated
Nov 11, 2020
-
Updated
Dec 11, 2019 - Java
-
Updated
Mar 3, 2019 - OCaml
-
Updated
Aug 11, 2019 - JavaScript
-
Updated
Oct 29, 2020 - Go
for instance
<setBody id="setBody10">
--
<constant>
<![CDATA[
<v1:isAliveResponse xmlns:v1="http://model.ws.xxxx.com/global/v1">
<isAlive>true</isAlive>
</v1:isAliveResponse>
]]>
</constant>
</setBody>
More information such as documentation text and predefined kinds can be added to what the completions provide.
-
Updated
Jan 17, 2019 - TypeScript
-
Updated
Nov 13, 2020 - TypeScript
-
Updated
Nov 24, 2020 - TypeScript
-
Updated
Sep 24, 2018 - Java
-
Updated
Nov 24, 2020 - Java
-
Updated
Nov 24, 2020 - Rust
-
Updated
Dec 18, 2019 - Java
Improve this page
Add a description, image, and links to the lsp-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lsp-server topic, visit your repo's landing page and select "manage topics."
When using enumerate(), type hints are not correctly simplified
ex:

on line 4, I would expect the hint to be impl Iterator<Item=(usize, &u32)>, same as line 5