The Wayback Machine - http://web.archive.org/web/20211025143151/https://github.com/topics/lsp
Skip to content
#

lsp

Here are 335 public repositories matching this topic...

radeksimko
radeksimko commented Jun 10, 2020

Current Version

0.3.2

Use-cases

The language server has to obtain schema in order to have data for completion candidates and other features from whatever providers the user has in their configuration.

This currently happens literally behind the scenes, asynchronously, without the user knowing, which means the user isn't literally "blocked" while we're obtaining schema

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