Execute line/selection and advance #19955
|
I was wondering if it is possible to execute the current line (or a selection) in the REPL and advance to the next line. Currently, ShiftEnter executes but does not advance. There was a discussion in microsoft/vscode-jupyter#3897, but although the original issue was identical to my question here, it was closed. |
Answered by
brettcannon
Oct 13, 2022
Replies: 2 comments 14 replies
|
We don't have any special integration with the REPL, so there's no specific support from us for that use case (i.e. only the keyboard shortcuts that the REPL itself has are available). |
14 replies
Answer selected by
cbrnr
|
Smart Send is a thing now (see #21838). Also related on Stack Overflow: VS Code Python move to next line on run ctrl + enter where I've written up an answer post. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don't have any special integration with the REPL, so there's no specific support from us for that use case (i.e. only the keyboard shortcuts that the REPL itself has are available).