jupyterlab-lsp
jupyterlab-lsp copied to clipboard
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
This project's main README describes installing an example server like so, using the Advanced Settings Editor: ``` { "language_servers": { "pyls": { "serverSettings": { "pyls.plugins.pydocstyle.enabled": true, "pyls.plugins.pyflakes.enabled": false, "pyls.plugins.flake8.enabled": true...
## Description I am trying to set `"python.analysis.diagnosticSeverityOverrides.reportMissingImports": "none"` in my pyright lsp config through `overrides.json` but this setting doesn't show up in the settings editor. ## Reproduce 1. Add...
replace pyls with pylsp ## References Motivated by #1048 ## Code changes Only updates to README.md ## Chores Sorry I don't have a clone of this repo, just a GH...
## Elevator Pitch The .virtual_documents folders should be created in the appropriate XDG base directory (either XDG_STATE_HOME or XDG_CACHE_HOME) instead of in the local folder. ## Motivation This is similar...
## What I am trying to do... Hey, I'm trying to figure out if there's a way to get autocomplete suggestions for packages that are not installed on the jupyterlab...
Standalone documents represent fragments of code which are independent of any preceding and following code. An example in IPython is (each block represents a cell): ```python x = 1 ```...
## Description Add support for [GitLab Duo Code Suggestions](https://about.gitlab.com/solutions/code-suggestions/) via the [GitLab Language Server](https://gitlab.com/gitlab-org/editor-extensions/gitlab-lsp) ## Expected behavior gitlab-lsp suggestions work in together with existing traditional language-specific LSP servers.
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
## Background Hello We are trying to build an SQL editor client for our users in the form of a JupyterLab extension. We are using `jupyterlab-lsp` to provide editing capabilities...
## Description I've been testing jupyterlab-lsp (4.3.x) with JupyterLab 3.6.x running on a system that 1. has slow (~1 min) kernel start up times. 2. runs kernels remotely from the...