Cannot get Symfony2 Eclipse plugin to work

I usually use PHPStorm for development, however I noticed a http://symfony.dubture.com/ eclipse plugin that looks like this will make it much easier to develop symfony2, so I wanted to give it a try.

However, for life, I cannot make it work.

I have never used an eclipse before, but here is the whole process that I went through

  • Download eclipse (latest version of eclipse classic juno)
  • Install the symfony2 plugin (p2.dubture.com)
  • install eclipse web development plugin
  • Go to PHP Perspective
  • Create symfony project in existing location
  • Enable javascript support.
  • Enable Twig Support
  • Enable Doctrine Support
  • PHP The build string is set correctly according to frequently asked questions on the site.

I will let DLTK complete the indexing of my project.

I open one of my views and no code helps. {{path('nothing brings {% blocknothing raises {% extendsnothing causes etc. I have twin syntax highlighting, so I know that part of it is.

Now I go to one of my controllers and type $product = $this->getDoctrine()->getRepository("

This leads to code collection and lists all available packages. Therefore, I select my packages, but none of my entities appears, all he says is “No default suggestions”, I get code help for$this->get("

, , . Doctrine, Symfony, Validation, Script Builder . .

eclipse http://pastebin.com/CA76YvKf

, , ,

, , - . - , .

+5
1

:

  • eclipse (juno)
  • pdt eclipse (http://wiki.eclipse.org/PDT/Installation_3.1.x)// : " Runtime PHP (PDT)" " PHP"
  • php
  • > > php
  • symfony2 (p2.dubture.com)
  • > configure > convert to symfony project

, .

+1

All Articles