Рубрики
Uncategorized

Ярлыки PhpStorm на MBP

Автор оригинала: David Wong.

Запишите ярлыки для phpstorm, обычно используемые на Mac Pro

Command + R Find Replacement
Command + e opens the nearest file
Command + D replication when clipping
Command + L jumps to a line
Command + Z backward
Command + Shift + Z forward
Command +, open preferences
Command + Shift + O Quick Query File (equivalent to Sublime's CTrl + P)
Command + Shift + F keyword lookup, a more powerful query
Command + Shift + R advanced replacement
Command + (fn) + F12 to find the current file function (equivalent to sublime's Ctrl + R)
Command + n quickly generates getter and setter methods for each member attribute
Command + option + L formatting code
Option + Shift + (up and down arrows) fast up and down switching
Command + Alt + T is wrapped in (if... else, try... catch, for, etc.)