Skip to content
#

lsp

Here are 369 public repositories matching this topic...

jupyterlab-lsp
dhirschfeld
dhirschfeld commented Jun 29, 2021

Elevator Pitch

Code defined in a %%time cell doesn't appear to be recognised so you then get spurious warnings about e.g. undefined variables.

image

Motivation

Spurious warnings detract from the utility of a code linter

Design Ideas

I think this is a hard problem t

radeksimko
radeksimko commented Nov 24, 2021

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 in hashicorp/terraform#30005 the existing behavio

erlang_ls
sucrecacao
sucrecacao commented Dec 22, 2020

If I run

printf 
session   = "1234"
client    = "client0"
buffile   = "foo.py"
filetype  = "python"
version   = 1
method    = "textDocument/definition"
[params.position]
line      = 5
column    = 1 | kak-lsp -s 1234 --request

It automatically trigger an action ( jump to definition in this example ) in the kakoune client

How can I just get the string of the action to perfor

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