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

## Elevator Pitch Allow expanding zero-sized diagnostics so they are visible with in-line editor marks (e.g. squiggle underlines). ## Motivation Some servers (or there linters), such as those added in...

## Elevator Pitch back in the day when using intellij idea and mathematica, there was in implementation that from the mathematica notebook (similar to the jupyter notebook) you could type...

enhancement

We've noticed that sometimes the sql-language-server (LSP node server) we use stops or dies for some reason. For example this will happen when putting a laptop to sleep. In this...

I would like to invoke a command `sqlLanguageServer.fixAllFixableProblems` which is implemented in the sql-language-server LSP https://github.com/joe-re/sql-language-server You can see it in action in VSCode here https://user-images.githubusercontent.com/4954534/84964358-84a95500-b13e-11ea-9c4f-0b787306bbdf.gif I would like to...

To easing proposing the client-facing parts of this codebase to @jupyterlab/jupyterlab, the repository could be re-organized as a monorepo with smaller, independently testable, extensible, and replaceable components with well-defined inter-package...

maintenance

## Elevator Pitch We should test hover behaviors. ## Motivation Hover is an important feature for understanding code that should be pretty responsive. ## Design Ideas - In `01_Editor.robot`, each...

feature:hover
editor:file editor

## What are you trying to do? While nice language servers perform server-side filtering of completion items, the LSP protocol itself does not make it mandatory; moreover the long-standing request...

enhancement
feature:completion

## Description When I use JupyterLab-LSP along with JupyterLab-RTC and multiple users and use the TypeScript kernel / language server, completion doesn't work. This does work as expected with LSP...

## Elevator Pitch Code defined in a `%%time` cell doesn't appear to be recognised so you then get spurious warnings about e.g. undefined variables. ![image](https://user-images.githubusercontent.com/881019/123722787-625b2300-d8cc-11eb-8860-1b046654f495.png) ## Motivation Spurious warnings detract...

good first issue
lang:python

how to set the symlink in win10? I have read this solution with linux,but no idea with win10, help me! see the url: https://github.com/krassowski/jupyterlab-go-to-definition/blob/master/README.md#which-directories-to-symlink

feature:jump_to