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

When I install Jupyterhub + JupyterLab + jupyterlab-lsp, then the first spawn of the server is always incredibly slow. All subsequent spawns are as expected. Also when I restart jupyterhub...

package:jupyter-lsp

Have installed the experimental server `pip install git+https://github.com/krassowski/python-language-server.git@main` , but found it to slower than the community `python-lsp-server`. Also signatures are not showing up or are very very late ,slow....

Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.10 to 1.19.11. Release notes Sourced from urijs's releases. 1.19.11 (April 3rd 2022) SECURITY fixing URI.parse() handle excessive slashes in scheme-relative URLs - disclosed by zeyu2001 via...

dependencies

## Elevator Pitch I'd like that pyright would be able to recognise the custom pyrightconfig.json or pyproject.toml foles in my projects, as described in the [pyright documentation](https://github.com/microsoft/pyright/blob/main/docs/configuration.md). ## Motivation I...

## What are you trying to do? My name is Amir, I'm from Tabnine (www.tabnine.com) engineering team, the maintainer of [jupyterlab-tabnine](https://github.com/codota/tabnine-jupyterlab). Tabnine is a GPT-2 based auto completer tool which...

This is the current plan for 4.0 release: - [ ] move plugins to `@jupyter-lsp` namespace - [ ] turn on more eslint rules, including camelCase #47 - [x] refactor...

Is it possible to implement syntax fixers like yapf? It's annoying to see the all the linter warnings and having to fix them one by one.

enhancement
help wanted
feature:formatting

At times, some mostly-informational logs from pyright (at least) are logged to JuptyerLab's output log, which is distracting since it flashes blue. Example pyright info: ``` 4:57:28 PM pyright: Searching...

I am currently building an extension which includes components hosting code mirror editor (@jupyterlab/codemirror). ![7hNUvKhonTGGbLJ](https://user-images.githubusercontent.com/42450821/157352278-d3b01cce-93ff-4266-8443-edc1ae4b7119.png) According to the doc https://github.com/jupyter-lsp/jupyterlab-lsp/blob/master/docs/Extending.ipynb, I thought jupyterlap-lsp should be supported by default. But it...

I tried to use the suggested configuration from the comment string in the settings: ![image](https://user-images.githubusercontent.com/69774/157321930-6ad2f594-701e-4695-b7ae-aba0be9b04f5.png) using: ```json { pylsp: { serverSettings: { "pylsp.configurationSources": ['flake8'], "pylsp.plugins.pyflakes.enabled": false, "pylsp.plugins.flake8.enabled": true, } }...