LinuxCommandLibrary

webstorm

TLDR

Open project

$ webstorm [path/to/project]
copy
Open file at line
$ webstorm --line [42] [file.js]
copy
Compare files
$ webstorm diff [file1.js] [file2.js]
copy
Open in new window
$ webstorm --new-window [path/to/project]
copy
Wait until closed
$ webstorm --wait [file.js]
copy

SYNOPSIS

webstorm [--line n] [--new-window] [options] [path]

DESCRIPTION

webstorm launches WebStorm IDE. It opens projects and files.
JetBrains IDE. JavaScript development.
Command-line launcher. Editor integration.
Diff mode. File comparison.
Project opening. Directory-based.

PARAMETERS

--line N

Open at line.
--column N
Open at column.
--new-window
Force new window.
--wait
Wait until closed.
diff
Compare files.

CAVEATS

WebStorm installation required. Commercial software. Launcher location varies.

HISTORY

WebStorm is developed by JetBrains as a professional IDE for JavaScript and web development.

SEE ALSO

phpstorm(1), idea(1), code(1)

Copied to clipboard