Skip to content
#

lsp

Here are 211 public repositories matching this topic...

jupyterlab-lsp
krassowski
krassowski commented Sep 14, 2020

At the moment the user has to press Ctrl (or a different modifier key if changed in settings) to bring up the hover tooltip. We could allow specifying a delay as an alternative/additional activation method. This is how it is implemented in VScode I think.

Sketch for setting chema:

"delay": {
  "title": "Hover delay",
  "type": ["number", "null"],
  "default": 300,
  "
sfertman
sfertman commented Aug 27, 2020

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

QuinnFreedman
QuinnFreedman commented Sep 17, 2020

Often, something goes wrong in my setup of kak-lsp (a language server is installed incorrectly, the command I specified for that LSP is wrong, the plugin just isn't enabled for the window, I forgot to start the LSP, my kak-lsp.toml is invalid or in the wrong place, my code project is setup wrong, etc., etc.) When this happens there are two problems that make it more difficult to solve:

  1. **T
erlang_ls
Strepto
Strepto commented Nov 8, 2020

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 to

Current

Krzysztof-Cieslak
Krzysztof-Cieslak commented Oct 18, 2019

For some reason FCS reports FSharpFindDeclResult.DeclFound for symbols declared in external F# libraries - we then handle it at normal go-to and attempt to return the result to the client, which ends up in error as such file probably doesn't exist on user machine. Example (note it reports path from @baronfel machine, when I try to do go-to-def on my machine):

![image](https://user-images.gith

Improve this page

Add a description, image, and links to the lsp 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 lsp topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.