Reputation: 1281
I am using the Intellij to view the codes.
I usually use ctrl
+ B
to go to declaration and find the detailed implementations of the codes. However, I have no idea about going back to previous position where I started. So, I clicked the tab whenever I want to go back to the previous screen and this behavior is very annoyed and time consuming tasks. Do you know the short-cut of how to go back previous screen to debug the codes more quickly?
Upvotes: 0
Views: 282
Reputation: 1815
Go to next/previous editor tab
Alt + Right/Left
Navigate back/forward codes
Ctrl + Alt + Right/Left
Also Navigating Through the Source Code will help you.
Upvotes: 1