Skip to content

Instantly share code, notes, and snippets.

@agrublev
Last active March 3, 2019 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agrublev/713ffc229f27af0c164e34a6253befd7 to your computer and use it in GitHub Desktop.
Save agrublev/713ffc229f27af0c164e34a6253befd7 to your computer and use it in GitHub Desktop.
How to add PhpStorm or WebStorm to Code Story

Getting PhpStorm to auto open file/line with Code Story

Steps

  1. Go to PhpStorm/WebStorm and under Tools get the path to cmd launcher Get the path of app
  2. It will look like this /usr/local/bin/pstorm Path
  3. Now go to Code Story and in the menu click Preferences
  4. Now click Add Custom
  5. Add a name and then paste the following
/usr/local/bin/pstorm
[file]:[line] 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment