# Helpful tools to concentrate on important things ## devdocs.io It's a bundle of documentation of languages, projects and other stuff. Easily searchable and can be used offline. https://devdocs.io ## postman Easily test APIs, AJAX requests with postman (Chrome App): https://www.getpostman.com/ ## PhpStorm * Shortcuts ** Double shift for accessing quick search ** CMD/Ctrl+Shift+A for accessing actions like e.g. "Replacing quotes" * Live Templates ** PHP live templates for creating functions or control structures ** User defined live templates for creating e.g. current timestamps ** A setup of live templates for creating tests for setter and getter * Click on the green bar on the left to revert changes (only working with versioning) * Presentation mode * Plugin "key promoter" to get a short notify which key shortcut you should have used * You can setup the CGL you want in the editor. For new TYPO3 code the standard is PSR-1/PSR-2 * Help > Productivity Guide ## Alfred Productivity tool for using workflows to get things fast and easy. Download: https://www.alfredapp.com/ (for free, with all features one-time £17) Workflows: http://www.packal.org/ ## homebrew Ultimate package manager for MacOS X ## Sequel Pro Best tool for managing databases (incl. exports/imports)