jupyterlab-lsp
jupyterlab-lsp copied to clipboard
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
## Description If a function is defined twice, jump to definition always jumps to the first definition and not the latest. ## Reproduce  ## Expected behavior The second add...
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...
## 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...
## 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...
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...
## 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...
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...
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...
## 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...