0

Possible Duplicate:
In eclipse, reveal current file in filesystem

How can I show the project in explore mode. In windows, if we right click the project and go to properties, project location is stated there. But is there any shortcut to get to the project directory?

Community
  • 1
  • 1
Noman Arain
  • 1,172
  • 4
  • 19
  • 45
  • Thank you. But I believe it used to be that we could explore the project by just right clicking. Has that been removed? This is what I am looking for. – Noman Arain Jul 17 '12 at 00:45
  • I just voted to re-open this question so I can answer. Here is how: install [EasyShell](https://marketplace.eclipse.org/content/easyshell), then right-click on the project in the Project Explorer and go to Easy Shell --> "Open with Default Application", "Copy full path to clipboard", or "Copy qualified name to clipboard". – Gabriel Staples Nov 24 '22 at 04:21
  • 2
    @GabrielStaples Why not post your answer on the duplicate? – Mark Rotteveel Nov 27 '22 at 13:58
  • @MarkRotteveel, thanks. The "duplicate" link is missing in the grey box indicating to people of high enough reputation that the question is closed. Then I realized a link has been manually added to the question itself. I just posted my answer here: [How to use the EasyShell plugin in Eclipse to quickly jump to a file or folder or copy its path](https://stackoverflow.com/a/74617485/4561887) – Gabriel Staples Nov 29 '22 at 16:55
  • 1
    @GabrielStaples It is not missing, this question was closed so long ago, it still uses the "old" way of listing duplicates in the question body itself. It wasn't manually added though. – Mark Rotteveel Nov 30 '22 at 08:34

1 Answers1

1

I don't think you can do that. I don't know of an option that used to exist to allow that. There is the "Show In" menu but that is only to show things in other parts of Eclipse.

Francis Upton IV
  • 19,322
  • 3
  • 53
  • 57
  • ...but there are plug-ins and alternatives that allow for this as pointed out in the highly accepted answer of a duplicate question... http://stackoverflow.com/questions/1161240/in-eclipse-reveal-current-file-in-filesystem – Tim Bender Jul 17 '12 at 00:58