Replies: 2 comments 1 reply
-
Thanks for the proposal! Consolidating in #4989. |
Beta Was this translation helpful? Give feedback.
0 replies
-
For me (on WIndows) it works already with I take you are on macOS given the shortcut you suggest and the linked article. I presume you can modify the actions in Godot to match. Addendum: There. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Adding the possibility to jump back in the code editor would be an excellent enhancement for people who like to code mainly using the keyboard.
This feature can be tested in VSCode by pressing the
CTRL + -
shortcut. Doing so, the editor will bring you back to the code you were editing before. The contrary is also true; pressingCTRL + SHIFT + -
will jump forward in the code history.Here is an article speaking about this: https://bobbyhadz.com/blog/vscode-go-to-last-edit-location#got-to-the-previous-or-next-location-in-vs-code
Keep in mind it is just a suggestion to enhance the coding experience for people like me who like to use only the keyboard 😁
Beta Was this translation helpful? Give feedback.
All reactions