Aptana 3 php can't activate function linking and variable assist

前端 未结 1 1724
北海茫月
北海茫月 2021-01-24 14:53

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

相关标签:
1条回答
  • 2021-01-24 15:36

    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!

    0 讨论(0)
提交回复
热议问题