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

Jump to cursor #14500

Open
Tracked by #13192
mahadevaiahn opened this issue Nov 22, 2024 · 1 comment
Open
Tracked by #13192

Jump to cursor #14500

mahadevaiahn opened this issue Nov 22, 2024 · 1 comment
Assignees

Comments

@mahadevaiahn
Copy link

Feature Description:

Goal: Set the current line as next execution line. (Similar to set next statement in Visual Studio)

It's possible to move the program counter to a desired code line.
It's possible to execute the code line where the program counter (instruction pointer) now points too.
If the program counter is set to
    -> an invalid code line it's moved to the next valid code line.
    -> a code line outside of the current scope, it's moved back and warning should be displayed (could just be a notification).

Below link shows how the feature works.
https://code.visualstudio.com/updates/v1_36#_jump-to-cursor

@tsmaeder tsmaeder mentioned this issue Nov 25, 2024
60 tasks
@mahadevaiahn
Copy link
Author

I would like to take a look at this ticket.

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

1 participant