-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with Multiple Completer Extensions #236
Comments
I for one am happy to find ways to add more composite behavior to this repo: we're just two maintainers and a handful of contributors, and we're still hustling to make what we have work predictably. On #76, we've laid out (and have slowly been moving towards) a repo structure and workflow to allow for this, and #184 points towards supporting more kinds of sources. I also certainly feel kernels themselves need to get in the game, and be able to interact with (or act in place of) language servers.
When these show up, it usually indicates a need to:
So someplace, there needs to be a |
This now works in JupyterLab 4.0 with jupyterlab-lsp 5.0 since we use completion provider API. |
Elevator Pitch
Kite is planning on creating an extension for JupyterLab, as a fork of this extension. Ideally, if users have both this extension and Kite's extension installed, things should just work.
Motivation
Based off my understanding of JupyterLab's
completer-extension
package and JupyterLab-LSP's implementation, it's only possible to have one connector per notebook or file.Creating this issue to understand if:
The text was updated successfully, but these errors were encountered: