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

Autodetect JetBrains IDEs #2754

Merged
merged 1 commit into from
Jul 9, 2017
Merged

Autodetect JetBrains IDEs #2754

merged 1 commit into from
Jul 9, 2017

Commits on Jul 9, 2017

  1. Autodetect JetBrains IDEs

    Autodetect PyCharm (Pro and CE), WebStorm, PhpStorm, IntelliJ IDEA, RubyMine, CLion, and AppCode
    
    Added IntelliJ IDEA, RubyMine, CLion, and AppCode to list of IDEs. It has the same signature as WebStorm and PhpStorm `<editor> <projectPath> --line <number> <filePath>` so it can reuse the logic from those.
    
    Removed older integrations of AppCode, IntelliJ IDEA
    
    https://www.jetbrains.com/help/idea/opening-files-from-command-line.html
    https://www.jetbrains.com/help/pycharm/opening-files-from-command-line.html
    https://www.jetbrains.com/help/phpstorm/opening-files-from-command-line.html
    https://www.jetbrains.com/help/ruby/opening-files-from-command-line.html
    https://www.jetbrains.com/help/webstorm/opening-files-from-command-line.html
    
    Tested with Appcode 2017.1.3, CLion 2017.1.3, Intellij Idea 2017.1.5, PhpStorm 2017.1.4, PyCharm (Pro and CE) 2017.1.4, RubyMine 2017.1.5, and WebStorm 2017.1.4 on MacOS 10.12
    Tested with 64-bit CLion 2017.1.3, Intellij Idea 2017.1.5, PhpStorm 2017.1.4, PyCharm (Pro and CE) 2017.1.4, RubyMine 2017.1.5, and WebStorm 2017.1.4 on a Windows 10 VM
    
    Relates to facebook#2636
    Dan Ristea committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    e3a7193 View commit details
    Browse the repository at this point in the history