Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

macos

eclipse

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.

like image 889
Aneil Mallavarapu Avatar asked Oct 04 '10 22:10

Aneil Mallavarapu


People also ask

How do I jump to a file in Eclipse?

Press the "Ctrl," "Shift" and "R" keys on your keyboard simultaneously. A pop-up window will open and you can type in the name of the file you wish to find. Eclipse uses intelligent matching. Once it matches the file, just press "Enter." This is the fastest way to find files of any type, including Java and PHP files.

How do I open an Eclipse file on a Mac?

So long as you're using the Cocoa version of Eclipse is when you are on the open dialog, press Command - Shift - G and enter the UNIX path to the parent folder of the file. You can then select the file.


2 Answers

CMD+SHIFT+r should work on the Mac

like image 166
Amir Afghani Avatar answered Oct 11 '22 13:10

Amir Afghani


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

like image 23
Shadwell Avatar answered Oct 11 '22 12:10

Shadwell