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 PyCharm in launchEditor #2740

Merged
merged 1 commit into from
Jul 7, 2017

Commits on Jul 7, 2017

  1. Support PyCharm in launchEditor

    PyCharm has the same signature as WebStorm and PhpStorm `<editor> <projectPath> --line <number> <filePath>` so it can reuse the logic from those.
    
    https://www.jetbrains.com/help/pycharm/opening-files-from-command-line.html
    
    Tested with PyCharm Pro 2017.1.4 on MacOS 10.12
    danrr committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    57e961b View commit details
    Browse the repository at this point in the history