-
Notifications
You must be signed in to change notification settings - Fork 300
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
Explore enabling Non-Python kernel auto complete #14672
Comments
Yes please! As a concrete example, I would like to use Rust jupyter kernel (https://github.com/evcxr/evcxr/blob/main/evcxr_jupyter/README.md) |
I see the option Enable Kernel Completions but not seeing any requests for it to the kernel. how does one trigger it? |
@maxandersen What version of VS Code and Jupyter extension are you using?
This gets triggered via the characters |
I'm running latest vscode insiders (Version: 1.85.0-insider (Universal) I'll try it out some more and see whats going on. |
Please use the keys ctrl+space to force completions to show up
|
@DonJayamanne got it working. not sure what made the difference. I did say yes to install python and java extension this time when starting up. can it be that the python extension matching runtime needs installing for completion to work ? it seems weird as i was executing code via the kernel without following those popup "recommendations/suggestions" on what to install. |
We might already have issues open for this request but I couldn't find that yet.
Notes:
This will need to be done after the experiment, once were comfortable enabling this new feature (non-python kernels) for all
The text was updated successfully, but these errors were encountered: