Eclipse PDT 相当于 NetBeans PHP Ctrl+P 函数调用括号内
当我在 NetBeans PHP 中按下 Ctrl+P 并写下函数调用参数时,我会收到一个工具提示,提醒我这些参数:
Eclipde PDT 中是否有等效项?看来我只能在输入函数名称时获得自动完成框 - 一旦光标位于函数调用括号中,就没有明显的方法可以再次获得自动完成框或类似上面的工具提示的内容。
Ctrl+Space 只是给我一个局部变量列表......
When I press Ctrl+P in NetBeans PHP while writing down function call parameters I get a tooltip reminding me of the parameters:
Is there an equivalent for this in Eclipde PDT? It seems I can only get the autocomplete box while typing the function name - as soon as the cursor is in the function calls parenthesis there is no obvious way to get the autocomplete box again or anything like the tooltip above.
Ctrl+Space just gives me a list of local variables...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,有! : Ctrl+Shift+Space 在 PDT 中执行类似的操作。
按 Ctrl+Shift+L 获取所有快捷键的列表。
Yes there is! : Ctrl+Shift+Space does something similar in PDT.
Get a list of all shortcuts by pressing Ctrl+Shift+L.