github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/pkg/ddevapp/global_dotddev_assets/commands/host/phpstorm.example (about) 1 #!/bin/bash 2 3 ## #ddev-generated 4 ## Description: Open PHPStorm with the current project 5 ## Usage: phpstorm 6 ## Example: "ddev phpstorm" 7 8 # Example is macOS-specific, but easy to adapt to any OS 9 open -a PHPStorm.app ${DDEV_APPROOT}