jupyterlab-lsp
jupyterlab-lsp copied to clipboard
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
## References An attempt to display diagnostics panel in notebook v7 ## Code changes Import `NotebookApp` and execute appropriate command. ## User-facing changes TBD ## Backwards-incompatible changes None
- Integration tests skipped due to known upstream issues: - [ ] `Invalidates On Focus Loss` - upstream issue https://github.com/jupyterlab/jupyterlab/issues/14496 - [ ] `Docker` rename - upstream issue (https://github.com/jupyterlab/jupyterlab/issues/15104) -...
## Elevator Pitch as.you can see. when i use R kernel in jupyterlab. i get a completions like this. There's nothing wrong with that, but sometimes when we do this...
## Elevator Pitch Remove one of the copies of the labextension assets from the as-distributed wheels. The current setup ships two copies of the labextension(s) in the wheel: - once...
Rename should use `Notification.promise` instead of emitting multiple notifications
## References - #905 ## Code changes - A simple initial spec for gopls ## User-facing changes - Adds minimal support for Go ## Backwards-incompatible changes - Nothing yet ##...
Wishlist: - [ ] add new features: - [x] symbol navigation (sidebar panel, + modal) https://github.com/jupyter-lsp/jupyterlab-lsp/issues/43 - released in 5.1 - [ ] formatting - [ ] code actions and...
## References This is an exploration for #556 Limitations: - does not replace default ToC sources for python/markdown/latex - changes upstream needed - only for files for now, again, we...
Hi I am using jupyterlab-lsp as a dependency in my extension. I want to change the default behaviour of following user settings (under `completion.jupyterlab-settings`) when the user installs my extension....
1. "Ignore diagnostic like this" do not refresh editors until a change happens 2. We can put "ignore" in the tooltip now