-
Notifications
You must be signed in to change notification settings - Fork 294
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
Be able to provide string argument to python.datascience.execSelectionInteractive for extensibility. #1689
Comments
Thanks for the suggestion, we will discuss this in our triage meeting. |
Would you be interested in an external contributor PR for this? In line with the title, I would add a string argument to |
@andycraig we always welcome contributions! |
@DavidKutu Great! I will have a try at it. |
Feature added in #5053. |
Feature: Notebook Editor, Interactive Window, Python Editor cells
python.datascience.execSelectionInteractive
executes the current selection in the Interactive Window. How about a command that accepts a string argument and executes that in the Interactive Window? Other extensions could then call this to provide more complicated versions ofpython.datascience.execSelectionInteractive
, such as executing and advancing to the next line (#13495) or auto-detecting and executing whole code blocks (#4978).It's straightforward to send specified text to Python or IPython running in the terminal, but as far as I know there's currently no way to send specified text to the Interactive Window. (Apologies if I've missed an existing command that allows this.)
Thank you.
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer, @joyceerhl
The text was updated successfully, but these errors were encountered: