php - Code Navigation in yiiclipse -
i used yiiclipse plugin in php project building. installed in eclipse (with pdt). code completion works nice. , found code navigation introducing in web site of yiiclipse. can't find trigger these features in eclipse. told me or how feature work? thanks.
mostly future visitors:
install yiiclipse. in php explorer in eclipse, right click project name->configure->toggle yii support. should automatically add following .project file (present in root folder):
<buildspec> ... <buildcommand> <name>org.maziarz.yiiclipse.builder</name> <arguments> </arguments> </buildcommand> </buildspec> <natures> <nature>org.maziarz.yiiclipse.nature</nature> ... </natures>
then, right click on project again->properties->php include path->libraries->add external source folder. here select folder installed yii framework.
Comments
Post a Comment