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

## Elevator Pitch any plan to support the highlight code by different color according to types (instance, function, class, package etc.) like in VSCode? ## Motivation the highlight code by...

enhancement

`basedpyright` looks promising as an LSP server for Python https://github.com/DetachHead/basedpyright

## Description I’ve noticed that when I use autocomplete in JupyterLab running in the browser, the Language Server Protocol (LSP) defaults to using Enter as the shortcut key to accept...

## Description I am using jupyterlab-lsp as the language server, but the two monaco-editor instances do not share the context object. Does jupyterlab-lsp have this feature, or are there any...

a repost from jupyterlab#16680 ## Description When using `jump to definition` feature, while code was installed in the environment other than `base`, message `No jump targets found` is displayed. Autocompletion...

## What I am trying to do... in current [Language servers doc,](https://jupyterlab-lsp.readthedocs.io/en/latest/Language%20Servers.html) it is mentioned ``` Servers tested with file editor ``` I think it should be ""Servers tested with...

## Description Dear @krassowski , after the improvements achieved with jedi-language-server for `autocompletion` (#272), I am looking forward to configuring it to work with the `code diagnostics` features. Unfortunately the...

## References - It fixes MarkDown support that was broken. It replaces the broken `unified-language-server` with `vscode_markdown_languageserver`. See issues raised at https://discourse.jupyter.org/t/how-to-install-and-run-markdown-language-server/24286/3 - It fixes support for Julia LSP. There...

## References Integrates diagnostics with code actions. Relates to - https://github.com/jupyter-lsp/jupyterlab-lsp/issues/676 - https://github.com/jupyter-lsp/jupyterlab-lsp/issues/985 ## Code changes TBD ## User-facing changes TBD ## Backwards-incompatible changes None ## Chores - [ ]...

## Elevator Pitch Currently language server specifications can only be defined globally and all kernels have to use the same specification. Would it be possible to provide a way for...