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

## Description If a function is defined twice, jump to definition always jumps to the first definition and not the latest. ## Reproduce ![jump-to-def](https://user-images.githubusercontent.com/1813603/174904708-42ba8d3c-ed59-4cd0-9e0a-2373bd203f05.gif) ## Expected behavior The second add...

feature:jump_to

At present, jupyterlab-lsp seems to only support the use of the `Enter` key to automatically complete the code, and I hope to support the use of the `Tab` key in...

feature:completion

## Description There are a couple of bugs related to renaming as described in the next section. ## Reproduce Case 1: Renaming an import twice does not work the second...

feature:rename

## Description Recently I have created a new virtual environment with **Anaconda** on a **Windows 11** PC, in which I installed **Jupyterlab 3.4.3** together with jupyterlab-lsp and python-lsp-server. While jupyterlab...

bug
package:jupyter-lsp

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

## What are you trying to do? Hi @krassowski and @bollwyvl, after our discussion about the server extension package of `jupyterlab-lsp`, we obtained the green light to move `jupyter-lsp` into...

## 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...

bug
good first issue
feature:signature

Thanks for your help ## Description When I run my Jupiter Lab with imports from fastbook, fastai, the "pylsp" process runs at 100% CPU and eventually, after several minutes hits...

lang:python

At the moment the user has to press Ctrl (or a different modifier key if changed in settings) to bring up the hover tooltip. We could allow specifying a delay...

good first issue
feature:hover

## What I am trying to do... Hi, I'm trying to write both code in latex in a notebook using jupyter lab, and make use of both python and latex...