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

## Description ![image](https://user-images.githubusercontent.com/40110937/223727171-295c06a9-7b23-4891-9c48-77bb68248b06.png) Here, it complains about the undefined name "matrix" ## Reproduce 1. Install SageMath 2. Install jupyterlab-lsp 3. Write SageMath code 4. Observe the errors ## Expected behavior...

enhancement

Hello, I was wondering if it is possible to configure reference highlighting to only appear in selected cell and not in entire notebook. My notebook is quite large so it...

enhancement

I am going to temporarily disable robocop as it started failing with: ``` 19 paths: robocop --exclude empty-lines-between-sections --exclude file-too-long --exclude missing-doc-keyword --exclude missing-doc-suite --exclude missing-doc-test-case --exclude todo-in-comment --exclude too-long-test-case...

maintenance

Hello, I am trying to setup a new language server but I need to add some custom calls to the language server. I believe what I need is 1. The...

## Description I follow the instructions for the Scala Language Server (Metals) integration: https://jupyterlab-lsp.readthedocs.io/en/latest/Configuring.html#example-scala-language-server-metals-integration. There weren't any errors, but the LSP wasn't returning any suggestions aside from the kernel ones....

## What are you trying to do? I'm implementing a fully featured Go Spec based on [gopls](https://pkg.go.dev/golang.org/x/tools/gopls) ## How is it done today, and what are the limits of current...

I want to use [ltex-ls](https://github.com/valentjn/ltex-ls) for markdown and raw cells. Are there any pointers on how to achieve that?

## What I am trying to do... Automatically create the `.lsp_symlink` when launching jupyterlab so that jump to definition always works without manual intervention regardless of directory launched in. ##...

Hello, I am a newbie trying to get the language server on my JupyterLab (Lab is run on a docker without conda). From the readme I understand that I can...

## Description When running `python setup.py build` for jupyter_lsp, setuptools raises this warning: ``` /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning: Installing 'jupyter_lsp.etc' as data is deprecated, please list it in `packages`. !! ############################ #...