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 202 jupyterlab-lsp issues
Sort by recently updated
recently updated
newest added

## Description The `jupyterlab-lsp` Binder fails to launch due to an error during the build. ![jupyterlab-lsp binder](https://user-images.githubusercontent.com/256288/189947423-4ff2f1d0-2f19-4968-a4f4-ff20ada3dca9.png) ## Reproduce Try: https://mybinder.org/v2/gh/jupyter-lsp/jupyterlab-lsp/HEAD Or, click any "Launch Binder" button in a PR....

## References Closes #821 ## Code changes - add optional `workspace_configuration` to language server spec which defines defaults for `workspace/configuration` reply (also known as `serverSettings`) - split `SettingsSchemaManager` from `SettingsUIManager`...

schema

## References A PR for #854 ## Chores - [ ] linted - [ ] tested - [ ] documented - [ ] changelog entry

## References - minimal fix for #851 ## Code changes - moves full initialization off critical path to starting `JupyterServerApp` - when it does initialize, moves potentially-expensive actions to a...

I'm trying to install LSP on jupyter notebook However, I only saw instruction for jupyter lab, I did not see there are any instruction on how to install it on...

## Description With this extension enabled multi-cursor selection via [alt]+mouse-drag ceases to work in jupyterlab. ## Reproduce 1. `conda create --name demo -c conda-forge jupyterlab jupyterlab-lsp python-lsp-server` 2. `conda activate...

feature:jump_to

## Description We (well, @yuvipanda and team did the hard work) installed the LSP tools for a cloud-hosted hub I use to teach a ~1,200 student course this term. Unfortunately...

duplicate
help wanted
package:jupyter-lsp
schema
env:jupyterhub

Currently we rely on a symlink workaround to allow navigation to files outside of root directory. This is suboptimal for multiple reasons: - user needs to create symlink (requires enabling...

enhancement
package:jupyter-lsp

## References Partially fixes #776 but does not work reliably; instead an implementation upstream in JupyterLab is needed. We need to think how to add this. Supporting `isIncomplete` is needed...

## References Fixes #834 ## Code changes `EditorTooltipManager` gest new methods: `showOrCreate`, `show`, `hide` ## User-facing changes Signature tooltip will be hidden (rather than removed) if we know that we...