OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – Programming Questions How did you set up your enviroment?

This topic contains 1 reply, has 2 voices, and was last updated by  Alexandr Smaga 9 years, 5 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #33501

    smartroot
    Participant

    Hi guys!

    I’m codding using VIM and I’d like to know what IDE & Configuration do you guys use to code. Thanks!

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #33502

    Alexandr Smaga
    Participant

    Hi @smartroot!

    AFAIK almost all team use PHPStorm by Jetbrains.
    We use PSR-2 code standards, so it’s preferable to configure it on “code style” tab in settings, this will allow you to reformat code automatically according to standard.
    Also it’s very useful to configure PHPCS, PHPMD on “inspections” tab, because we use this analyzers to increase code quality.

    Strongly recomended to install “Symfony2 Plugin” and “PHP annotations” plugins they will help to write symfony specific code.

Viewing 1 replies (of 1 total)

The forum ‘OroPlatform – Programming Questions’ is closed to new topics and replies.

Back to top