Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NetBeans shortcut to go to the file location in the Project Explorer

Tags:

netbeans

What is the netbeans shortcut: when I am on file, If I have to find out the location of the file on the left nav "Project explorer"?

In eclipse we used to have the two sided arrow, if I click on that, It will expand the directories and take us to the location where the file is located. any similar shortcut for netbeans?

like image 335
java_mouse Avatar asked May 08 '12 02:05

java_mouse


People also ask

What is the shortcut to open file in NetBeans?

The best way to open the file without any plugins is to use Alt + Shift + O , then netbeans will offer all the available files with your given keywords.

How do I view files in NetBeans?

In NetBeans 8.2 Go to Window->Navigator in menu bar or press Ctrl+7 and select Projects it will open a folder as work space .

How to close all open files in NetBeans?

The NetBeans makes it easy: the “close button” of each NetBeans window has a handy tooltip that informs you of available shortcuts. The NetBeans tooltip for the window close button. By pressing the Alt key as I am clicking this close button, I isolate the associated file, closing all other files that are open.


1 Answers

Use the Ctrl + Shift + 1 combo to select the currently focused editor view's file in the Project Explorer.

FYI you can use the Ctrl + Shift + 2 combo to select the file in the Files Explorer.

like image 100
Jonathan Spooner Avatar answered Oct 03 '22 07:10

Jonathan Spooner