jupyterlab-lsp icon indicating copy to clipboard operation
jupyterlab-lsp copied to clipboard

Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol

Results 218 jupyterlab-lsp issues
Sort by recently updated
recently updated
newest added
trafficstars

Installing node-gyp seems to be quite resource-intensive and to fail frequently on Windows. Most recently the `windows-latest` image switching to `windows-2022` (from `windows-2019`) caused the failure which affects us too....

## Description So I installed jupyterlab-lsp following the directions. I verified it seems like all three parts were installed, jupytelab-lsp server extension ![image](https://user-images.githubusercontent.com/46568443/150851641-8c7616b7-1b30-4139-a5ae-cc339e864263.png) jupytelrab-lsp lab extension ![image](https://user-images.githubusercontent.com/46568443/150851786-07f1510e-fd5f-47f5-80af-ad45812e43ef.png) python-lsp-server ![image](https://user-images.githubusercontent.com/46568443/150852020-8388e9be-6550-44a8-a6a5-c080a4e9300c.png) But...

## Description I am trying to use jupyterlab-lsp extension for jupyterlab. I keep running in to "tornado.httputil.HTTPInputError: no colon in header line" error that causes the ServerApp LSP to throw...

enhancement
package:jupyter-lsp

## Elevator Pitch Be able to use this extension without needing the mouse. ## Motivation I use jupyterlab-vim which is great. And i would like to use `lsp` as well,...

enhancement

I have installed code completion recently but unfortunately, it slows down my computer to such a level that I have to wait multiple seconds to enter code. Apparently, my modest...

documentation

## Elevator Pitch Right now Jupyter LSP show it's suggestions on every period. I'd like to have a feature that only generates the suggestions when a hotkey is pressed. (Shift...

enhancement
help wanted
good first issue
feature:diagnostics

Hello. Thank you always for your great work. I am wondering if there is a way to make only the red underline appear. Whether there is a separate option in...

enhancement
help wanted
good first issue
feature:diagnostics

## Description If my first action is to create new jupyter notebook, then jump to definition doesn't work for notebooks. ## Reproduce 1. Build an image from this Dockerfile: ```...

feature:jump_to

@krassowski we have developed a jupyterlab extension which provides code completion from Spark sql and Trino. You can see the features of the extension here https://github.com/CybercentreCanada/jupyterlab-sql-editor You'll notice that we...

![image](https://user-images.githubusercontent.com/34431729/148252552-a16645e5-1ff0-482f-8464-c4c5cbe27517.png) Sometime when I type coding, the help information, which is shown above, randomly appears. How can I load that information when I want to? Which key do I need...

feature:signature