I’m using PHPStorm 5 and Symfony2 Doctrine2 Entities.
I’m using annotations to specify relationships.
When I try to generate a diagram of all my bundles and entities it just shows a diagram of all the individual classes / entities but no relationships between the entities.
I thought this was supported by PHPStorm?
As far as i know, the diagram generated by phpstorm only shows that classes extend another class or implement interfaces.
It looks like this:
New in PhpStorm 5 is the symfony2 support, eg. you can run the symfony2
app/consoletool out of the IDE, and it supports MVC project view, but this hast nothing to do with the diagrams.