Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 ?

like image 290
Jackal Avatar asked Nov 12 '14 04:11

Jackal


People also ask

How do I open WebStorm Terminal?

From the main menu, select View | Tool Windows | Terminal or press Alt+F12 .

How do I start WebStorm?

To run WebStorm, find it in the Windows Start menu or use the desktop shortcut. You can also run the launcher batch script or executable in the installation directory under bin. Run the WebStorm app from the Applications directory, Launchpad, or Spotlight.


1 Answers

  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

like image 100
anstarovoyt Avatar answered Sep 22 '22 08:09

anstarovoyt