Skip to content
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

execution commands for contributed REPLs #212051

Open
Tracked by #23332
amunger opened this issue May 5, 2024 · 3 comments
Open
Tracked by #23332

execution commands for contributed REPLs #212051

amunger opened this issue May 5, 2024 · 3 comments
Assignees

Comments

@amunger
Copy link
Contributor

amunger commented May 5, 2024

shift+enter should execute the input box code as it does in jupyter IWs.
consider how to switch between enter vs shift+enter

@amunger amunger transferred this issue from microsoft/vscode-python May 5, 2024
@amunger amunger changed the title execution commands for contributed REPLs - @amunger execution commands for contributed REPLs May 5, 2024
amunger added a commit to microsoft/vscode-python that referenced this issue May 8, 2024
microsoft/vscode#212051

trying to straighten out the keybindings for interactive.execute, we
don't want the code to go to the console from the IW/REPL input box
@anthonykim1
Copy link
Contributor

Also discussed today the need to figure out shift+enter and enter behavior when both Python extension and Jupyter extension are installed. Should be configurable, not sure what are exactly needed to make this happen though.

anthonykim1 pushed a commit to anthonykim1/vscode-python that referenced this issue May 10, 2024
microsoft/vscode#212051

trying to straighten out the keybindings for interactive.execute, we
don't want the code to go to the console from the IW/REPL input box
@anthonykim1
Copy link
Contributor

Need: #212427 to properly handle executing on enter and thus allowing Python extension to figure out whether something is a complete or incomplete Python command.

@anthonykim1
Copy link
Contributor

We should be good once microsoft/vscode-python#23442 is merged. Handling execute on enter like the traditional interactive REPL in terminal from Python itself closely as we can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants