CodeMonkey
CodeMonkey

Reputation: 12424

How to open the workspace folder from within Eclipse

My Eclipse has a project open which is inside a workspace folder.

Can I open the folder somehow from within Eclipse like you can in Visual Studio where you simply right click a project and press the "Open Containing Folder"?

Upvotes: 0

Views: 447

Answers (1)

aCodeMonkey
aCodeMonkey

Reputation: 360

There is a plugin that offers the functionality that you're seeing (and a little bit more) called, StartExplorer Eclipse Plug-in.

It's available here: http://basti1302.github.io/startexplorer/

StartExplorer's github repo is here: https://github.com/basti1302/startexplorer

You install it by going to Help -> Install new software -> (add the update site url and install)

Upvotes: 1

Related Questions