14

Is there any plugin that lets me open the file I selected in the Package Explorer in windows explorer?
I am looking for an extra menu option in the right click menu of the package explorer.

user2276590
  • 149
  • 1
  • 1
  • 4
  • 3
    possible duplicate of [In Eclipse, how to open a file browser in the directory of the currently edited file](http://stackoverflow.com/questions/2419954/in-eclipse-how-to-open-a-file-browser-in-the-directory-of-the-currently-edited) – Sam Hasler Feb 06 '14 at 16:12

7 Answers7

14

Since Eclipse 4.4 (Luna) there is a Show in System Explorer command available from the context menu.

enter image description here

The Show In menu is also accessible through Alt+Shift+W on Linux/Windows and Alt+Cmd+W on macOS.

While there is a default setting that is suitable in most cases, the command for launching the system explorer can be configured on the General > Workspace preference page.

Rüdiger Herrmann
  • 20,512
  • 11
  • 62
  • 79
10

Hmmm... Looks like we all have this problem. You can use this plugin to do exactly that and a bit more...

Sorry for self advertising... But I think this is what you are looking for!

user1422163
  • 145
  • 1
  • 9
  • 1
    Compared with some of the other plugins that try (and fail) to do the same open-in-explorer/terminal/etc function, PexTools works extremely well. – adelphus Nov 06 '14 at 12:22
7

I'm using StartExplorer for several years now. It's easy to use, is up-to-date and does simply, what you are expecting from it. You can install it through

Help > Eclipse Marketplace...

Usage:

example usage

Adam Taras
  • 1,403
  • 1
  • 13
  • 15
2

If you can live without the context menu, you can even get this without any additional plugin, using just a launch configuration on the active selection.

Bananeweizen
  • 21,797
  • 8
  • 68
  • 88
0

I'm not sure if there's a direct way, but what you can do is right click on the file/folder, go to properties, then copy "Location" and put that string into a blank explorer window.

so,

right-click --> properties --> Location --> ctrl-c

open explorer window --> ctrl-v --> go button

jaysonpowers
  • 290
  • 2
  • 3
  • 16
0

You might want to have a look at http://marketplace.eclipse.org/content/eexplorer

  • keeps windows explorer in sync without the need to sync manually via context menu
  • less explorer windows -> less clutter
  • possibility to pop out native explorer
  • keyboard short cuts

:-)

culmat
  • 1,156
  • 11
  • 12
0

Here's a simple plugin with just shell & file explorer

http://marketplace.eclipse.org/content/open-here-eclipse

Gene Bo
  • 11,284
  • 8
  • 90
  • 137