Hello all,
I'm a user of PhpStorm, as I tend to do most of my development work in PHP.
When I import a project (via git) to PhpStorm, it detects that the Symfony2 framework is used, and appropriately sets up the Framework view.
When I import the same project to IntelliJ, it does not detect the framework, and only detects a /js directory and a /web directory. I have enabled all of the plugins that PhpStorm uses, but still cannot it working. I would like to utilize IntelliJ instead of PhpStorm, because I am now also working in Java