Jetbrains
Create a new file at the right place with prefilled content thanks to Jetbrains IDEs
Streamline your JetBrains IDE workflow by automatically creating files with prefilled content in the correct directory structure for consistent development.
read articleQuickly check for duplication with your IDE refactoring tools
Using your IDE extract method refactoring tool is a cheap way to discover code duplication, or bugs
read articleExpected, actual, and super fast assertion creation
Boost test-writing productivity with PhpStorm live templates and postfix templates. Learn to create expected/actual variables instantly and generate assertions with minimal keystrokes using custom IDE automation.
read articleCoder ses tests sans les mains grâce aux Live Templates de PhpStorm
Faciliter l’écriture des tests avec les Live Templates des IDE Jetbrains
read articleAn alias to easily debug PHP scripts
Simplify PHP debugging with a custom shell alias that handles all XDebug configuration options. Save time, keystrokes, and mental overhead by wrapping complex debugging commands in an easy-to-remember alias.
read articleGenerating dates and UUIDs easily in PhpStorm
Typing a date or generating an UUID is something you have to do a lot while writing tests. Here is a tip that allows to do so with only a few keystrokes in PhpStorm.
read article