Issue
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.
Solution
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
Answered By - sproger
Answer Checked By - Mildred Charles (JavaFixing Admin)