Skip to content
#

lsp

Here are 447 public repositories matching this topic...

metals
grpvw
grpvw commented Jul 20, 2022

Hey, when two extend App objects are in main, click F5, then Esc -> Internal error.
I'm able to choose, but if I want to cancel the popup with Esc, it shows internal error.
Don't see any other error information.

Latest Vscode and Metals, latest Macos m1.

debug improvement good first issue
jupyterlab-lsp
plunkgj
plunkgj commented Apr 15, 2022

Description

Signature suggestion highlight color is unreadable in dark mode. It is a bright yellow which makes the white text completely unreadable. Reporting this as a bug b/c text becomes completely unreadable (probably not a bug if its just hard to read)

![Screen Shot 2022-04-15 at 11 54 37 AM](https://user-images.githubusercontent.com/17993489/163622448-50a0d6d5-232c-4dc0-8cef-22af67c

bug good first issue feature:signature
justinmorrow
justinmorrow commented Aug 13, 2020

Refiled from an old issue at JakeBecker/elixir-ls#120 (by @crbelaus)

The simplest suggestion I saw was simply adding a config option to disable automatic builds. See comment from @toranb for a potential spot to put the config check.

Related ideas for helping similar issues:

  1. Add support
enhancement help wanted good first issue
NoahTheDuke
NoahTheDuke commented Jul 21, 2022

Is your feature request related to a problem? Please describe.
When editing a function definition, it's cumbersome to rearrange the order of the arguments, as this requires finding all places where it's called and editing them similarly as well.

Describe the solution you'd like
Expand the code actions "Drag forward" and "Drag backward" to apply their changes to all calling sites as we

enhancement good first issue
radeksimko
radeksimko commented Oct 1, 2021

Currently we do not actively encourage clients to detect and send tfvars files to the language server here:

https://github.com/hashicorp/terraform-ls/blob/main/docs/USAGE.md

The only mention so far is in the dev-oriented docs:
https://github.com/hashicorp/terraform-ls/blob/main/docs/language-clients.md

documentation good first issue
erlang_ls
robertoaloi
robertoaloi commented Feb 17, 2022

Context

One of the core features provided by Erlang LS is to provide inline documentation on hover. The way inline documentation works is by means of a database of points of interest which Erlang LS keeps in memory for each project. When accessing a project for the first time, Erlang LS scans every file in the project and extracts all point of interests (e.g. a function definition, or a f

good first issue hover

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