github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/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}