LinuxCommandLibrary

phpstorm

phpstorm

TLDR

Open a specific directory

$ phpstorm [path/to/directory]
copy


Open a file
$ phpstorm [path/to/file]
copy


Open a file at a specific line
$ phpstorm --line [line_number] [path/to/file]
copy


View the differences between two files
$ phpstorm diff [path/to/left_file] [path/to/right_file]
copy

Copied to clipboard