How to open webstorm from terminal

Jackal picture Jackal · Nov 12, 2014 · Viewed 56k times · Source

To edit files from terminal I use subl (for sublime text) in order to edit the file; example: If i need to edit app.js file I use subl app.js Is there any way I can set up webstorm to open from the terminal ?

Answer

anstarovoyt picture anstarovoyt · Nov 12, 2014
  1. Try in terminal 'wstorm' and 'webstorm'
  2. If the commands don't work you can run in WebStorm: "Tools" -> "Create Command Line Launcher..."

Note: The solution works only for Linux / MacOS