
phpstorm
List of commands for phpstorm:
-
phpstorm:file:open-at-line Open a file at a specific line.$ phpstorm --line ${line_number} ${filename}try on your machineexplain this command
-
phpstorm:files:diff View the differences between two files.$ phpstorm diff ${path/to/left_file} ${path/to/right_file}try on your machineexplain this command