开发者

See cursor function info in NetBeans

开发者 https://www.devze.com 2023-01-12 22:03 出处:网络
There is any way to see the function auto completion code? For example: $a = test(\"cat\", false, false, false, true, true, false, true);

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 an开发者_如何学运维d the variable name defined in the method declaration.


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

See cursor function info in NetBeans

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 ;)


I found the solution! :D

Control + P over the parameter

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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号