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 when opening parentheses triggers the signature, the default behavior of lsp appears to be to show an _extra_ tooltip (in addition to default completer), which obscures the code...

feature:signature

## Description On our end, we have our notebooks in one mounted folder (denoted as /mount) While our lib is installed in home folder (/home/user) In this case, lsp works...

## References fixes #1124 Works for me locally. ## Code changes Handle URI decode for special characters ## User-facing changes None ## Backwards-incompatible changes ## Chores - [ ] linted...

## Description If the `JP_LSP_VIRTUAL_DIR` env var is set to empty string* (and possibly other invalid values), jupyterlab-lsp deletes everything in the `--notebook-dir`. \* Note, this is distinct from leaving...

## Description The gif below summaries the problem well: ![Image](https://github.com/user-attachments/assets/5340265f-bed7-4d9a-920f-3b9a0eb770ac) The error can be seen in the jupyter lab log in the "Command Line Output" below. ## Reproduce 1. Launch...

## Description Cannot jump to python files in the same folder than a notebook. ## Reproduce 1. Run jupyterlab with lsp server in an empty folder. 2. Create a python...

using pip-25.1.1 normally, I shouldn't get alphas ? a pip bug ? coming from: ``` Collecting jupyterlab=4.1.0 (from jupyterlab-lsp) Downloading jupyterlab-4.5.0a1-py3-none-any.whl.metadata (16 kB) ... Downloading jupyterlab-4.5.0a1-py3-none-any.whl (12.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.3/12.3...

## References This was originally brought up in https://github.com/jupyterlab/jupyterlab/issues/17147. Opening this PR early to start exploring a way to handle dynamic updates when the priorities change, and implement the following...

## Description > Also a way to control when they pop-up, they are only useful less than 1 percent of the time and I hate it when the browser is...

## Description The signature tooltip always opens above the completion point and can't go beyond the editor top border, so it progressively shrinks when the completion point is near the...