Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

See cursor function info in NetBeans

There is any way to see the function auto completion code? For example:

$a = test("cat", false, false, false, true, true, false, true);

In PhpDesigner if I put the mouse over the third "FALSE" I see the auto completion code and the variable name defined in the method declaration.

like image 724
Wiliam Avatar asked Apr 09 '26 13:04

Wiliam


2 Answers

Keep the CONTROL key pressed and hover over the function name and you get something like this:

alt text

Not exactly what you asked for but i am not aware of another way to do this right now. Nice question, didn't know i want that feature until now ;)

like image 134
edorian Avatar answered Apr 11 '26 03:04

edorian


I found the solution! :D

Control + P over the parameter

More info here: http://netbeans.org/kb/docs/java/editor-codereference.html#parameters

like image 31
Wiliam Avatar answered Apr 11 '26 03:04

Wiliam



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!