Opening Files from Command Line
On this page:
Opening a file in the editor
PhpStorm helps opening a file for editing so that the caret rests at the specified line.
To open a file for editing
Examples
Windows
PhpStorm.exe C:\SamplesProjects\MetersToInchesConverter --line 3
C:\SamplesProjects\MetersToInchesConverter\src\javascript\numbers.js
OS X
/Applications/PhpStorm.app/Contents/MacOS/phpstorm ~/PhpStormProjects/untitled45 --line 1 ~/PhpStormProjects/untitled45/sample.sass
Last modified: 23 March 2017