Skip to content
#

language-server-protocol

Here are 235 public repositories matching this topic...

theia
michelou
michelou commented Jul 25, 2020

Minimized code

trait CLibrary {
  @native
  def foo(x: Int): Unit
}

object I9432 {
  def main(args: Array[String]): Unit = {
    new CLibrary {
      override def foo(x: Int): Unit = println(x)
    }.foo(1)
  }
}

Output

$ java -version
openjdk version "11.0.8" 2020-07-14

$ C:\opt\dotty-0.26.0-RC1\bin\dotc.bat -deprecation -feature -d target\c
fendor
fendor commented Feb 6, 2020
> .\cabal-hie-install help

********************************************************************************
No ghc installations found in $PATH.
The script requires at least one ghc in $PATH to be able to build hie.

********************************************************************************

No ghc installations found in $PATH.
The script requires at least one ghc in $PATH
uyar
uyar commented May 24, 2019

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.pyi file as

jupyterlab-lsp
krassowski
krassowski commented Jul 29, 2020

Completion items list can now use items, as implemented in jupyterlab/jupyterlab#8140. We should take use of that as this is very low-effort high-gain feature. Currently the first letter and a colour code is used to indicate completion type. It will make it easier and more efficient to choose the right completion.

Costs:

  • We need to bring the icons. The types/icon set
erlang_ls
andys8
andys8 commented Oct 10, 2019

I feel like there is a bunch of people trying out the language server and it's not working for them, often because of missing configuration or installs. In the long term it would be great to improve error messages in these cases.

As a first step I think it would help to provide documentation for troubleshooting.

  • How to collect information / logs and report them (e.g. in vs code or vim)

Improve this page

Add a description, image, and links to the language-server-protocol topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the language-server-protocol topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.