ams
ams

Reputation: 62652

What is Eclipse's Ctrl+O shortcut equivalent in Netbeans?

In eclipse hitting control+O while in a java file causes eclipse to popup a little window where you can type the name of a method to navigate to it quickly.

enter image description here

What is the equivalent of CTRL+O in netbeans 8.0. I am using the eclipse Key map in netbeans but nothing shows up when I try ctrl+o.

Upvotes: 1

Views: 1970

Answers (2)

user1907906
user1907906

Reputation:

It is cmd + 7 which opens the Navigator. In it you can type to find a class, member, or method.

To open the Navigator, you can also use the Window menu. Under Mac OS X, it looks like this:

enter image description here

Upvotes: 2

Anubian Noob
Anubian Noob

Reputation: 13596

Ctrl-7 opens and focuses the navigator. Is that what you want?

Upvotes: 1

Related Questions