Idea-php-symfony2-plugin: Check what we can do for Symfony flex

Created on 2 May 2017  路  7Comments  路  Source: Haehnchen/idea-php-symfony2-plugin

Most helpful comment

A tip for flex users:

Add these two lines manually:

screenshot 2017-08-02 15 50 53

After that jumping between template and controller is working again. :)

But I couldn't find a workaround for goto-translation.

All 7 comments

Rename existing "Symfony" project template to "Symfony Standard Edition" and add "Symfony Flex" with selection of recipes ?

check required PHP version 7.1.

project based on symfony/skeleton:
composer create-project symfony/skeleton:3.3.x-dev demo

recipes:
https://github.com/symfony/recipes
https://github.com/symfony/recipes-contrib

Symfony 4 demo:
https://medium.com/@fabpot/symfony-4-a-quick-demo-da7d32be323

A tip for flex users:

Add these two lines manually:

screenshot 2017-08-02 15 50 53

After that jumping between template and controller is working again. :)

But I couldn't find a workaround for goto-translation.

@Haehnchen does Symfony Flex projects properly detected and PS suggest to enable Symfony plugin?

I suggest checking the requirements in composer.json. The user might not directly use Symfony components but other libraries might require them (Symfony console is very wide-spread). So people might be confused why the Symfony plugin got enabled without them "using" Symfony components.

Symfony console is very wide-spread

Thats the point. this plugin provides not only support for a Symfony fullstack application. there is for example also a console arguments completion. so we are moving away from this fullstacks

Do you have an example of a third-party library which uses Symfony console and you profit from the plugin's features (indirectly)?

Was this page helpful?
0 / 5 - 0 ratings