Aptana 3 php 无法激活函数链接和变量辅助

发布于 2024-12-14 13:18:26 字数 517 浏览 3 评论 0原文

我刚刚升级到 Aptana 3,似乎失去了 Eclipse 中的一些强大功能。到目前为止我不知道如何重新启用它。

具体来说,我需要重新打开这两个函数:

FileUpload::checkForExistingUploadPath('./somepath');

以前,将鼠标悬停在“checkForExistingUploadPath”路径上会超链接它,我可以直接跳转到该类中的该函数。它仍然突出显示“FileUpload”部分,但不突出显示功能。它甚至不会跳转到同一类中的函数。

另一部分是让我知道该函数使用了哪些变量。以前,您可以将鼠标悬停在“checkForExistingUploadPath”上,它会说它

checkForExistingUploadPath($var1, $var2 = true, $etc);

提供了变量名称和顺序。

任何有关重新打开这些功能的帮助将不胜感激 - 而且我确信特定的偏好还有我需要的其他好处。

I just upgraded to Aptana 3 and seem to have lost some of the great functionality I had in Eclipse. So far I can't figure out how to re-enable it.

Specifically, I need these 2 functions turned back on:

FileUpload::checkForExistingUploadPath('./somepath');

Previously, hovering over the 'checkForExistingUploadPath' path would hyperlink it and I could jump straight to that function in that class. It still hightlights the 'FileUpload' part, but not the function. It won't even jump to functions within the same class.

The other part is letting me know what variables are used by that function. Previously you could hover over 'checkForExistingUploadPath' and it would say

checkForExistingUploadPath($var1, $var2 = true, $etc);

i.e it provided the variable names and order.

Any help on switching these back on would be appreciated - and I'm sure that particular preference has other goodies I need.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

木落 2024-12-21 13:18:26

您需要处理一个已创建或重新定义为 Aptana PHP 项目的项目。这样做可以启用您正在寻找的高级功能。

如果您要创建新项目,请使用 Aptana PHP 项目向导。

如果您的工作区中已有项目,则必须将“Aptana PHP Nature”添加到您的项目中:

  • 在项目资源管理器视图中右键单击该项目。
  • 选择属性>项目性质。
  • 选择 PHP 性质(带有 图标的)。
  • 单击“确定”。它会要求关闭并重新打开您的项目。

这应该可以做到(如果没有,请重新启动工作室)。

希望有帮助!

You'll need to work on a project that was created or re-defined as Aptana PHP project. Doing so enables the advanced features you are looking for.

In case you are creating a new project, use the Aptana PHP project wizard.

In case you already have projects in your workspace, you'll have to add the 'Aptana PHP Nature' to your project:

  • Right-click on the project in the Project Explorer View.
  • Choose Properties > Project Natures.
  • Select the PHP nature (the one with the icon).
  • Click OK. It will ask to close and reopen your project.

This should do it (and if it doesn't, restart the studio).

Hope that helps!

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