查看 NetBeans 中的游标功能信息

发布于 2024-09-15 09:45:49 字数 188 浏览 5 评论 0原文

有什么办法可以查看函数自动完成代码吗?例如:

$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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

按住 CONTROL 键并将鼠标悬停在函数名称上,您会得到如下所示的内容:

alt text

不完全符合您的要求,但我不知道还有其他方法现在这个。好问题,直到现在我才知道我想要这个功能;)

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

蓝眸 2024-09-22 09:45:49

我找到了解决方案! :D

Control + P 参数

更多信息:http://netbeans.org/kb/docs/java/editor-codereference.html#parameters

I found the solution! :D

Control + P over the parameter

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文