Reputation: 377
Hi I have followed the installation instructions of the Symfony2 Plug-in along with PDT on Eclipse. However whenever I create a new Symfony project I get error marks in the project explorer on the "vendor" folder and about 300 errors, mostly related "DLTK Problem".
Any suggestions or ideas on how to solve this problem ?
Upvotes: 0
Views: 457
Reputation: 1314
the "Missing method implementations" problem is fixed in the latest version of the plugin. There was a bug in the validator. It now detects missing method implementations correctly and will provide a quickfix to generate the methods.
Upvotes: 0