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 As a remote JupyterLab user, often hindered by bandwith limitations, it would be useful, to be able to hide dunder methods and attributes during autocompletion for clarity...

feature:completion
lang:python

## Description Dear @krassowski , when trying to autocomplete from a string, i.e. completing a file/directory name from the file system, the result is appended without cleaning up the existing...

feature:completion

## Elevator Pitch More and more repos are now adopting the Jupyter Releaser as a convenient way to make releases: https://github.com/jupyter-server/jupyter_releaser - https://github.com/jupyterlab/jupyterlab - https://github.com/jupyterlab/retrolab - https://github.com/ipython/ipykernel - https://github.com/jupyter/jupyter_server -...

maintenance

## Description Hi, following up with #586, I noticed that disabling LSP completion removes autocompletion in the editor even if a console is attached. Without the jupyter-lsp package, it's possible...

## What I am trying to do... Format using `python-lsp-black` ## How the project might keep the docs accurate... After searching around for a while, I just found the relevant...

documentation

## Elevator Pitch Allow a user to define rules for finding parts of files in a host language that embed other languages. Additionally support referring to the outer language within...

enhancement
package:jupyterlab-lsp
package:jupyter-lsp
schema

## Description Completion for Greek letters for julia notebook currently cannot work: ![bad](https://user-images.githubusercontent.com/17513581/139574591-961eeead-2acc-4566-83d8-5e9cfad8b022.gif) If lsp is not loaded, completions from kernel works well, sorry but I cannot capture a gif...

bug
feature:completion
lang:julia

I am trying to use jupyterlab-lsp with our jupyterhub at https://pims.syzygy.ca, but the extension gets stuck at "connecting..." in the statusbar and it says my notebook is not connected when...

## What I am trying to do... Hi! In my current experience, Pyright seems to outperform Jedi (and python-lsp-server) when using autocomplete. Based on the work in #587, I would...

Many thanks for your great work on language server support. I have just tried `jupyterlab-lsp`, which works great for `Python` and `R`, but unfortunately does not work for a multi-language...