jupyterlab-lsp
jupyterlab-lsp copied to clipboard
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
## 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...
(no action need know, set issue for further tracking) Jump definition doesn't work with lsp_symlink
## 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:  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...