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 ![Peek 2022-08-23 13-26](https://user-images.githubusercontent.com/5832902/186157748-4d835cd8-00cb-4824-9083-6816e378aa50.gif)

bug
feature:signature

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

maintenance

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

package:jupyterlab-lsp
schema

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

bug

## Description When a code cell is after a markdown cell, pycodestyle warns an error E303 (too many blank lines 3). ![image](https://github.com/jupyter-lsp/jupyterlab-lsp/assets/13416971/11158705-b72b-489b-9277-e654e7227fb6) ## Reproduce - install jupyterlab, jupyterlab-lsp and 'python-lsp-server[all]'...

bug

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

maintenance

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

bug