集锦3 PHP不能激活功能链接和可变协助 [英] Aptana 3 php can't activate function linking and variable assist

查看:85
本文介绍了集锦3 PHP不能激活功能链接和可变协助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚升级到集锦3,而且似乎已经失去了一些伟大的功能,我在Eclipse中。到目前为止,我无法弄清楚如何重新启用它。

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,将鼠标悬停在checkForExistingUploadPath路径将是超链接,我可以直接跳转到该类别的功能。它仍然hightlights的文件上传的一部分,但不是功能。它甚至不会跳到功能相同的类中。

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.

另一部分是让我知道该函数所使用何种变量。 previously你可以将鼠标悬停在checkForExistingUploadPath',它会说

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.

在这些切换回将AP preciated任何帮助 - 我敢肯定,特别是preference还有其他东西我需要

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

推荐答案

您需要对已创建或重新定义的Aptana 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.

如果你正在创建一个新的项目,使用的Aptana PHP项目向导。

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

如果你已经在你的工作空间中的项目,你就必须在'的Aptana PHP自然添加到项目:

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


  • 在项目资源管理器视图中右键单击项目。

  • 选择属性>项目性质。

  • 选择PHP性质(带有图标)。

  • 单击确定。它会要求关闭并重新打开您的项目。

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

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

希望帮助!

这篇关于集锦3 PHP不能激活功能链接和可变协助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆