-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
Feature Suggestion for Code Editor: "Jump to last edit location" #16554
Comments
Currently it seems the arrows on top right of the script editor provide such a functionality |
@Zylann While those do scroll through the edited files history, it seems that OP is also asking for a feature to do that in the same file. |
@YeldhamDev Yes, exactly, which is a major point of this suggestion. In addition, the arrows also don't seem to remember the scroll position based on my quick testing. Maybe this is one of those things that might be difficult to see the point of (?) depending of personal coding preferences and/or if one simply hasn't used such a feature more. To clarify:
This fourth step could be eliminated simply by jumping back to the last edit location via a shortcut A bonus of this I've found is that if you leave your computer for some time, and then return after a while, possibly having forgotten what you were doing, you can simply tap |
You can already do this with Ctrl+Z -> Ctrl+Y. |
If this is implemented, this could be bound to supplementary mouse buttons ( |
So I recently noticed that this is partially implemented (although I guess it's a result of a bug). When you Ctrl+Click a variable, the editor will scroll to it's definition, but you can use the back arrow (the one that returns to last script) and it will return to your previous position. Heh. |
I have a simple feature suggestion, that I've found to be so very useful in another code editor.
Make
Ctrl + Shift + Backspace
to jump to previously edited location in code.E.g. you edit some code somewhere... then you scroll/jump to another file, perhaps to simply look at some code for reference. It can be somewhat painful to go back where you were, particularly if you were editing the same file. I've found this shortcut to solve that issue.
The text was updated successfully, but these errors were encountered: