webstorm
TLDR
Open project
$ webstorm [path/to/project]
Open file at line$ webstorm --line [42] [file.js]
Compare files$ webstorm diff [file1.js] [file2.js]
Open in new window$ webstorm --new-window [path/to/project]
Wait until closed$ webstorm --wait [file.js]
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.


