Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support PhpStorm in launchEditor #2622

Merged
merged 1 commit into from
Jun 26, 2017
Merged

Support PhpStorm in launchEditor #2622

merged 1 commit into from
Jun 26, 2017

Commits on Jun 26, 2017

  1. Support PhpStorm in launchEditor

    https://www.jetbrains.com/help/webstorm/opening-files-from-command-line.html
    https://www.jetbrains.com/help/phpstorm/opening-files-from-command-line.html
    
    Both editors have the same signature `<editor> <projectPath> --line <number> <filePath>` to open file from the command line.
    It seems to work even if `<projectPath>` is omitted (commit 02f88ba).
    
    Tested on `Win10`+`PhpStorm2016` and `macOS 10.12`+`PhpStorm2017`.
    Mikhail Osher committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    4cd4587 View commit details
    Browse the repository at this point in the history