How to open windows explorer on selected resource in Eclipse

Viewed 43004

I was looking for a small plugin for Eclipse that would allow to open windows explorer on currently selected resource from Package Explorer tree.

I know that Aptana Studio provides this functionality via context menu on the resource, but it has tons of other stuff that I am not interested to.

Are there other solutions?

11 Answers

An easy way to open the directory in Windows Explorer is to select the file in your Project Explorer and press Alt+Shift+W and press X .

Related