Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Netbeans 8 shortcuts for showing parameters and showing return value

What is the shortcut in Netbeans 8 for showing a method's parameters and a method's return value?

like image 975
user3601578 Avatar asked Feb 08 '23 12:02

user3601578


1 Answers

In addition to Ctrl + Space (code completion) you can use these shortcuts:

  • Ctrl + P: Shows the method parameters
  • Ctrl + Shift + Space: Shows documentation
like image 59
ollo Avatar answered May 01 '23 12:05

ollo