user2276590
user2276590

Reputation: 149

Eclipse Plugin to "Open Explorer in this File location" for Package Explorer

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.

Upvotes: 14

Views: 13582

Answers (7)

Rüdiger Herrmann
Rüdiger Herrmann

Reputation: 20985

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.

Upvotes: 14

Gene Bo
Gene Bo

Reputation: 12073

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

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

Upvotes: 0

Adam Taras
Adam Taras

Reputation: 1503

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

Upvotes: 7

culmat
culmat

Reputation: 1206

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

:-)

Upvotes: 0

Bananeweizen
Bananeweizen

Reputation: 22070

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.

Upvotes: 2

jaypowers
jaypowers

Reputation: 290

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

Upvotes: 0

user1422163
user1422163

Reputation: 135

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!

Upvotes: 10

Related Questions