Imtiaz Zaman Nishith
Imtiaz Zaman Nishith

Reputation: 490

NetBeans shortcut to go to the Folder location in the Windows Explorer

Is there any way to open the folder location in windows explorer from the left side navigation project window in Netbeans? It is exactly what we do in Visual Studio by right clicking on a folder/project and go to "Open Folder in Explorer" option.

Thank you.

Upvotes: 1

Views: 2388

Answers (2)

anre
anre

Reputation: 3755

For NetBeans 12 it is not yet in the available plugins list. Having found via http://blog.carsoncheng.ca/2020/10/quickly-open-source-code-file-location.html, I downloaded QuickOpener-1.5.0.nbm from https://github.com/Chris2011/QuickOpener-NetBeans/releases and installed via Tools -> Plugins -> Downloaded (tab) -> Add Plugins...

Clicking on "Open in Terminal", "Open in File Manager", "Copy Path" icons works just fine. "Open shell in..."/"Open filesystem in..." did not work for me, but I didn't use it previously either.

Upvotes: 3

sproger
sproger

Reputation: 181

You have to add a the "Quick Opener" plugin to get that feature. In netbeans from main menu bar select 'Tools' -> plugins -> add -> search for 'quick opener' plugin, then activate it. You should now have a menu items in the right click menu to 'open in file system'... see http://plugins.netbeans.org/plugin/43217/quickopener

Upvotes: 5

Related Questions