Search code examples
terminalaliaswebstorm

How to open webstorm from terminal


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 ?


Solution

    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