Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse open a file contained in the project

Tags:

java

eclipse

How can I open a file contained within the project by specifying only the filename? I'm looking for the equivalent of "Open Type" (Shift-Control-T) but for a (non-Java) file? In other words, I know the filename but not the exact path. IntelliJ has this feature - Go To File.

like image 707
Steve Kuo Avatar asked Aug 20 '12 18:08

Steve Kuo


People also ask

How do I open all files in Eclipse?

Press Ctrl + A to select all files. Click on open button.

How do I open project window in Eclipse?

To view the project explorer, click on Window menu then, click on Show View and select Project Explorer. There is simpler way to open project explorer, when you are in the editor press alt + shift + w and select project explorer.


1 Answers

You can do "Open resource" and the shortcut is CTRL + SHIFT + R.

like image 105
Dan D. Avatar answered Oct 21 '22 04:10

Dan D.