Speed up your WordPress Workflow with an IDE

Everyone has their preferred choice of Development tools, but it is important to see what options are available. While there are a number of benefits, this talk is designed to cover some of the top reason to give an IDE a test drive.
1. Using xdebug to troubleshoot your code.
2. Stepping through the code.
3. Jumping to where a function is defined.
4. Code suggestions due to the fact that the IDE knows about WP Core functions.
5. PHP Codesniffer

Speaker