Skip to content

Instantly share code, notes, and snippets.

@letam
Last active November 28, 2023 19:56
Show Gist options
  • Save letam/a26126caf2befcc88075f37226bc8254 to your computer and use it in GitHub Desktop.
Save letam/a26126caf2befcc88075f37226bc8254 to your computer and use it in GitHub Desktop.
pycharm setup for sublime merge
#!/bin/sh
open -na "PyCharm.app" --args "$@"
# # Notes for PyCharm command-line launcher script:
# ## Installation (Ref: https://www.jetbrains.com/help/pycharm/working-with-the-ide-features-from-command-line.html):
# Place this file in: /usr/local/bin/pycharm
# ## Integration with Sublime Merge:
# Editor Path:
# /usr/local/bin/pycharm
# Editor Argument Format (Ref: https://www.jetbrains.com/help/pycharm/opening-files-from-command-line.html):
# --line ${line} --column ${col} ${file}
@cm-source7
Copy link

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment