Hi all, today we will show you our improved support for Symfony which will be part of NetBeans 8.2.
Some time ago, Symfony 3 was released so its support has been added to NetBeans. And because Symfony 3 is not much different from Symfony 2, we just extended our existing support instead of creating a completely new one. However, NetBeans recognizes the proper version of the Symfony you use in your project, of course:
It means that all features that work in Symfony 2 work now for Symfony 3 as well. But not only that, we have added a completely new functionality - Navigate to Action/View. So, now you can navigate from your views (Twig files) to the relevant actions in your controller and vice versa (applies for both Symfony 2 and Symfony 3):
That's all for today, as always, please test it and report all the issues or enhancements you find in NetBeans Bugzilla (component php, subcomponent Symfony). You can also leave a comment here (please notice that the comments are moderated so they will not appear here immediately) but reporting issues is strongly preferred.