Skip to content

Latest commit

 

History

History

IDE

IDE auto formatters

Eclipse PDT

Go to Preferences->PHP->Code style->Formatter and Import eclipse_pdt3_formatter.xml

  • Zend studio @todo

PHPStorm

  1. Copy the file joomla_phpstorm.xml to:
    • Mac ~/Library/Preferences/<PRODUCT><VERSION>/codestyles/Joomla.xml
    • Windows <User home>\.<PRODUCT><VERSION>\config\codestyles\Joomla.xml
    • Linux ~/.<PRODUCT><VERSION>/config/codestyles/Joomla.xml
  2. Restart PHPStorm
  3. Open settings
  • Editor > Code Style
  • Manage the scheme and select Joomla > Copy to Project
  1. Change the Scheme to Joomla

References