-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Rename "Jump to Cursor" to "Set Next Statement" #92585
Comments
What is the "Jump to Cursor" feature? VSCode debug framework has "Run to Cursor", which is not the same thing as I understand a "Set Next Statement" feature. |
@gjsjohnmurray I found this in the repository.
From what I understand it's a way to tell the debugger to bypass any intermediate statements and start executing instructions from the selected line. |
It's exactly what rcjsuen said 😊 Here's a GIF that shows this in action: https://devblogs.microsoft.com/python/wp-content/uploads/sites/12/2020/02/Feb20-JumpToCursor8.gif |
@rcjsuen @luabud thanks for the info. I found the relevant release notes at https://code.visualstudio.com/updates/v1_36#_jump-to-cursor |
@luabud we decided on I am also open for ideas. |
We will not change the name but I like Isidor's suggestion to introduce an alias. The pair of related commands "Run to Cursor" and "Jump to Cursor" sounds more logical (and related) than the pair "Run to Cursor" and "Set next Statement". |
We have added an "alias" for the Jump to Cursor command. The alias is "Set Next Statement'. So now it should be available in the command palette. @luabud it would be great if you try it with VS Code insiders some time next week and let us know if it works good for you. Thanks |
That's awesome, thank you so much! 🎉 |
The Python team has received feedback in terms of the Jump to Cursor feature as it's not very discoverable and I believe its name is part of the reason why. Changing it to "Set Next Statement" could make it more discoverable for those who are familiar with the feature. See the comments here for example: microsoft/vscode-python#9947.
The text was updated successfully, but these errors were encountered: