Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 240
user2276590 Avatar asked Apr 13 '13 03:04

user2276590


4 Answers

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.

like image 116
Rüdiger Herrmann Avatar answered Jan 03 '23 11:01

Rüdiger Herrmann


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!

like image 25
user1422163 Avatar answered Jan 03 '23 11:01

user1422163


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

like image 25
Adam Taras Avatar answered Jan 03 '23 10:01

Adam Taras


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.

like image 21
Bananeweizen Avatar answered Jan 03 '23 10:01

Bananeweizen