Skip to content
#

lsp

Here are 319 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

changyiyao
changyiyao commented Sep 16, 2021

Describe the bug
Too many dev logs leads to VNR(vim not response).

To Reproduce
Steps to reproduce the behavior:

  1. flutter.run
  2. flutter app produces too many logs.
  3. not run flutter.dev.clearlog
  4. wait for a while until VNR.

Expected behavior
Automatic clear overflowed logs (adding a max limit setting)

Desktop (please complete the following information):

  • O

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