我已经安装了 Zend Studio 10,安装了 Composer 插件,创建了一个 ZF2 项目并使用 Composer 对其进行了配置。但是,当我在 PHP Explorer 中右键单击该项目时,没有 Composer 的上下文菜单项。我发现的所有关于如何在 Zend Studio 10 中使用 Composer 的教程都暗示应该有。我在这里和 Zend 论坛上看到了关于这个问题的其他问题,它们都指向 .project 文件中的缺失。但是,我已经检查过,我的似乎是完整的。有什么建议么?
<nature>org.zend.php.framework.ZendFrameworkNature</nature>
<nature>org.eclipse.php.core.PHPNature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</natur$
<nature>org.zend.php.zendserver.deployment.core.DeploymentNatur$
<nature>com.dubture.composer.core.composerNature</nature>