eclipse - Zend Studio 10: "Composer" contextual menu missing? -


i have installed zend studio 10, installed composer plug-in, created zf2 project , configured composer. however, when right click on project in php explorer, there no contextual menu item composer. of tutorials i've found on how use composer zend studio 10 imply there should be. have seen other questions regarding problem here , on zend forum , point missing in .project file. however, have checked , mine seems complete. suggestions?

<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> 

i have been playing time , believe zend documentation in need of updates. have managed find of composer functionality in main project view - contextual menu not seem required and, suspect, has been removed result.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -