Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Setting up PhpStorm: Difference between revisions

From MoodleDocs
Line 5: Line 5:


==Code formatting==
==Code formatting==
TODO
 
Setup coding style to use all rules from [Coding style] in "Project Settings / Code Style / PHP".


==Moodle code checker==
==Moodle code checker==
TODO
TODO

Revision as of 04:22, 9 June 2014

PhpStorm is a commercial IDE, it is arguably the best IDE for PHP developers with features such as code completion, code inspection, phpunit support, Behat support, database editor, debugger, etc.

General settings

TODO

Code formatting

Setup coding style to use all rules from [Coding style] in "Project Settings / Code Style / PHP".

Moodle code checker

TODO