Open
Description
Problem
For now, LSP
support for JupyterLab
is provided by jupyterlab-lsp
extension. While this monorepo offers a complete package with a lot of features, it's not easy for JupyterLab
core or external extensions to profit from the LSP
features.
Proposed Solution
I'm thinking about adding the handlers which allow JupyterLab
frontend to communicate with the language server in the backend. It can be done by upstreaming the jupyter_lsp
package of jupyterlab-lsp
.
The second step is to create a frontend extension in JupyterLab
core that can be served as an entry point for other extensions to request the LSP
features.