jupyterlab-lsp
jupyterlab-lsp copied to clipboard
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
## Description 
## References Aims to fix #336 ## Code changes ### Perform partial VirtualDocument updates rather than a full update each time - [x] Measure current performance using a medium-length notebook...
Two tests seem to fail randomly on CI, but more frequently on Windows: ``` Completes In R Magics | FAIL | Element 'css:.jp-Completer.jp-HoverBox' did not appear in 35 seconds. Completes...
https://github.com/jupyter-lsp/jupyterlab-lsp/pull/778 adds support for settings UI. This Issue tracks follow-up tasks. ## High-priority - [ ] add validation of JSON schema on CI - [ ] merge defaults from overrides...
## What I have done... I have installed *Jupterlab 4.0.10* in a virtual environment (managed by Poetry). I have installed the latest version of *jupyterlab-lsp* (5.0.2) and the latest version...
## References - fixes #1038 ## Code changes > TBD ## User-facing changes > TBD ## Backwards-incompatible changes > TBD ## Chores - [x] linted - [ ] tested -...
Hello. i want to use the auto completion tool of lsp, and i have enabled it from lsp settings, but i have not the setting of auto completion of the...
## Description When a code cell is after a markdown cell, pycodestyle warns an error E303 (too many blank lines 3).  ## Reproduce - install jupyterlab, jupyterlab-lsp and 'python-lsp-server[all]'...
CI is failing and not proceeding to robot tests because of missed lines in coverage, even in files which were not modified recently. It also show test files as lacking...
## References Fixes #1047 ## Code changes pyright's [`python.analysis.diagnosticSeverityOverrides`](https://github.com/jupyter-lsp/jupyterlab-lsp/blob/5afe3b406e6f5d19952c0a70ba859e7f8b0f3d61/python_packages/jupyter_lsp/jupyter_lsp/specs/config/pyright.schema.json#L46-L48) is a bit different from most settings because it is an object. Prior to these PR we were allowing both dotted...