Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is the way to jump to method signature in netbeans php?

The problem is that I would like to get a little comfortable while I am coding PHP in Netbeans.
When edit cursor is in the middle of the source of long metod
I would like to press a key shortcut to jump to the beginning of that method.

Eg:

public function doStuff($arg1,$arg2) <--- I want to jump here...
{
$a = $b;
$b = $c;
$c = $d;
$d = $e; <--- cursor is here
.....
}
like image 985
Marecky Avatar asked Jan 26 '26 08:01

Marecky


1 Answers

This works fine for me : Ctrl+7 + return

like image 116
Justin T. Avatar answered Jan 28 '26 22:01

Justin T.



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!