What is the Linux command to run WebStorm?

In Ubuntu I am trying to set up a keyboard shortcut to open WebStorm. But to do this I need to know the internal command to run WebStorm. 

For example, to run Firefox the command is "firefox"

What is the Linux command to run WebStorm?  (It is not "WebStorm" or "webstorm")

0

There is no such command. Normally you need to cd to <webstrorm installation dir>/bin and run webstorm.sh

Note that you can create a command line launcher by choosing Tools | Create Command-line Launcher on the WebStorm main menu. See https://www.jetbrains.com/help/webstorm/working-with-the-ide-features-from-command-line.html#enable-cmd. You will then be able to use it to launch Webstorm from anywhere

0

请先登录再写评论。