Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How do you open a method in Netbeans?, Example in Eclipse you use F3 to open or move to a method in that or another class. Which shortcut key do I use?

share|improve this question
2  
You should improve your accept rate. You can read about how accepting answers work and why it is important. – assylias May 23 '12 at 16:36

2 Answers

Easiest way, press the ctrl key and click on the method name with the mouse.

share|improve this answer

Ctrl + B

Source: For the most recent version, go to http://netbeans.org/kb/index.html then click on the "Keyboard Shortcut Card" link found on the page. Otherwise, click here for version 7.2.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.