I am evaluating Skipper and as I am aware at the moment there is no synchronization between model and source code.
If I want to import changes made manually in PHP source code (I am using Doctrine2) I have to use File -> Import to project -> Import ORM schema files.
That is fine because it retains regions and position of entities in my model but it also retains associations that are no longer in the source code. So if I want to see updated model I have to import it in new project. But then I lose regions and position of entities.
Is there a way around this?
Two way synchronization between model and code is crucial for the usability of the tool