-
Notifications
You must be signed in to change notification settings - Fork 293
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
User snippets in interactive window input #4200
Comments
Thanks for the suggestion we'll discuss this. |
@DonJayamanne Could you please share what is the single source of truth as to what vscode-jupyter supports? For example, I am trying to understand:
|
@maciejkos Currently snippets are not supported in the interactive window input. |
Thanks, @DonJayamanne. Are all of the supported features listed in the Working with Jupyter Notebooks in Visual Studio Code doc? |
Unfortunately, no |
@DonJayamanne Is #1231 the issue that tracks refactoring the interactive window to use VS Code internals? |
Its the issue that tracks using VS Code Internals for notebooks (i.e. use the new VS Code Notebook UI instead of our webview based UI). |
This is resolved in the preview interactive window, which features improved VS Code workbench integration and is currently the default in VS Code Insiders. Please let us know if it works for you and give us any feedback you have about the new experience 😊 If you find any bugs or have concerns, please file a new issue at https://github.com/microsoft/vscode-jupyter/issues so we can fix it. Thank you! |
Hope I didn't overlook any duplicates.
Would be cool if the interactive window input suggested user snippet completions.
Expected Behavior
Typing
inp
, I'd expect the first suggestion to beimport numpy
. In a Python file it is. In the IW input, I get other stuff.The text was updated successfully, but these errors were encountered: