What is the name of the command (or a keyboard shortcut) for jumping to a file in Eclipse? I've seen Ctrl+Shift+R, but neither this nor Cmd+Shift+R work on Mac.
CMD+SHIFT+r should work on the Mac
It's called "Open Resource". It's under category 'Navigate' when "In Windows" for my binding.
Other nifty shortcuts are listed here:
With Ctrl-Shift-R
(jump to file) and Ctrl-T
(pop-up type hierarchy) I can happily spend most of my time with only the Editor view showing. You might have to modify them a bit for Mac.
Browsing directly from Preferences->Keys, the combination is CMD+Shift+R
How to open file in eclipse shot cut way Ans. ctrl+shift+T to open file in eclipse
As Amir pointed out CMD + Shift + R should work. If you are looking to not just see the code, but see where the code is in the project, you'll want to make sure your Project Explorer
has Link with Editor
enabled. Which is at the top right of the Project Explorer
tab.
https://i.stack.imgur.com/6lhK1.png
Success story sharing
CMD + SHIFT + R
= Open Resource ( Lists all files .txt, .yml, .java, etc.)CMD + SHIFT + T
= Open Type ( Lists Java classes )