What is the keyboard shortcut to go to a file in Eclipse on Mac OS X?

EclipseMacos

Eclipse Problem Overview


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.

Eclipse Solutions


Solution 1 - Eclipse

CMD+SHIFT+r should work on the Mac

Solution 2 - Eclipse

It's called "Open Resource". It's under category 'Navigate' when "In Windows" for my binding.

Solution 3 - Eclipse

Other nifty shortcuts are listed here:

https://rayfd.wordpress.com/2007/05/20/10-eclipse-navigation-shortcuts-every-java-programmer-should-know/

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.

Solution 4 - Eclipse

Browsing directly from Preferences->Keys, the combination is CMD+Shift+R

Solution 5 - Eclipse

How to open file in eclipse shot cut way Ans. ctrl+shift+T to open file in eclipse

Solution 6 - 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.

enter image description here

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAneil MallavarapuView Question on Stackoverflow
Solution 1 - EclipseAmir AfghaniView Answer on Stackoverflow
Solution 2 - EclipseShadwellView Answer on Stackoverflow
Solution 3 - Eclipsez0rView Answer on Stackoverflow
Solution 4 - EclipseelmandrView Answer on Stackoverflow
Solution 5 - EclipsePoojaView Answer on Stackoverflow
Solution 6 - EclipseJames OravecView Answer on Stackoverflow