-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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
Bookmarks to switch scenes and code lines #2746
Comments
Well, now we have function shortcuts, but bookmarks would still be useful for long functions. I often have to jump between two lines in code and it would be much more efficient if I didn't have to search them each time. Notepad++ has bookmarks done very well. Makes navigating code A LOT easier. |
+1 for this feature! I would prefer F2 to be the bookmark shortcut. Most code editors use F2 with modifiers for bookmarking. |
I was going to suggest this too, but I found this suggestion, so I'm one more to support this idea. |
With #28218 merged, should we also add scene bookmarks (whatever they are) or is this issue done? |
I think it can be considered solved. I'm not sure what scene bookmarks would be like, but if there's interest in such feature it should likely be discussed separately. Fixed by #28218. |
It can be useful to define bookmarks .
For example, clicking right mouse button on the line number (in code editor) may display a context menu to toggle a bookmark on that line (and maybe breakpoint)
Then have buttons that allow you to move to the point where was defined next or previous bookmark .
Bookmarks can be placed also on the scene, so you can switch to different scenes or points of different code using bookmarks.
I hope I have made it clear what I mean.
The text was updated successfully, but these errors were encountered: