Reputation: 62652
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.
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
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:
Upvotes: 2
Reputation: 13596
Ctrl-7 opens and focuses the navigator. Is that what you want?
Upvotes: 1