查看 NetBeans 中的游标功能信息
有什么办法可以查看函数自动完成代码吗?例如:
$a = test("cat", false, false, false, true, true, false, true);
在 PhpDesigner 中,如果我将鼠标放在第三个“FALSE”上,我会看到自动完成代码和方法声明中定义的变量名称。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
按住 CONTROL 键并将鼠标悬停在函数名称上,您会得到如下所示的内容:
不完全符合您的要求,但我不知道还有其他方法现在这个。好问题,直到现在我才知道我想要这个功能;)
Keep the CONTROL key pressed and hover over the function name and you get something like this:
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 ;)
我找到了解决方案! :D
Control + P
参数更多信息:http://netbeans.org/kb/docs/java/editor-codereference.html#parameters
I found the solution! :D
Control + P
over the parameterMore info here: http://netbeans.org/kb/docs/java/editor-codereference.html#parameters