Khanh Tran
Khanh Tran

Reputation: 1846

Netbeans how to search for nested folder

Whenever I want to go to a nested folder, I have to manually expand all its parent folder to search for it (that is very unpleasant task). Is there a better way to search for nested folder in Netbeans or a keyboard shortcut to expand all folder within a project?

P/S: I'm using Netbeans-7.2.1 for PHP on Ubuntu

Upvotes: 1

Views: 1751

Answers (1)

Dunhamzzz
Dunhamzzz

Reputation: 14808

Alt + Shift + O (Windows) is Quick open, for opening files. Just start typing the file name and a list of matches in all open projects will appear.

Upvotes: 1

Related Questions