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

Keep focus on editor when running selection #60

Closed
poroale opened this issue Nov 13, 2017 · 4 comments · Fixed by #651 or #592
Closed

Keep focus on editor when running selection #60

poroale opened this issue Nov 13, 2017 · 4 comments · Fixed by #651 or #592
Assignees
Labels
feature-request Request for new features or functionality good first issue
Milestone

Comments

@poroale
Copy link

poroale commented Nov 13, 2017

Is it possible to keep the focus on the editor after running a selection / line of code? This is really useful when running the code step wise.

@brettcannon brettcannon added awaiting 1-decision feature-request Request for new features or functionality labels Nov 14, 2017
@Xirui
Copy link

Xirui commented Dec 20, 2017

Yes, please add this feature. It would be quiet handy for doing data analysis using python.

Plus, this aligns the behavior as extensions like R and mssql. Thanks!

@DonJayamanne
Copy link

Agreed, the Jupyter extension does something very similar.

@DonJayamanne DonJayamanne added this to the January 2018 milestone Dec 20, 2017
@MikhailArkhipov
Copy link

R prototype basically calls vscode.window.activeTextEditor.show(); after executing Ctrl+Enter and moving caret down one line

@DonJayamanne
Copy link

@MikhailArkhipov so we are in agreement then. Changed status to awaiting-PR (simple fix).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality good first issue
Projects
None yet
5 participants