This article is mainly to share with you phpstrom part of the shortcut key details, mainly in the form of code and we share, hope to help everyone.
Shortcut keys for writing code
CTRL + C paste
Ctrl + V Copy
CTRL + Z backwards
Ctrl+shift+ Z Forward
CTRL + B function tracking, personal commonly used CTRL + click
Ctrl+f Query
Ctrl+g jump to a specified number of rows
Very useful shortcut keys:
CTRL + E lists recently opened files
CTRL +/Line Comment
CTRL + SHIFT +/Block Comment
CTRL + SHIFT + F Global Search
Ctrl + Alt + L Auto Indent layout
Tab+shift Cancel Indent Selection
Ctrl+alt+l reformatting code (conflicting with the lock QQ shortcut key, can be customized again)
Ctrl+shift+v pasteboard, select the most recent content you want to paste
Ctrl+r replacement
More useful shortcut keys:
CTRL + SHIFT + U Toggle Case
SHIFT + CTRL + C to copy the path where the current file is located
CTRL + N Search Class
Ctrl+alt+f7 see where a method is called
CTRL + Space Code hints
Ctrl + j Display input common code snippets
CTRL+F12 View the current file path, double-click to display the file location directly in the folder.
A shortcut key that is rarely used once:
CTRL + SHIFT + +/Command + SHIFT +-collapse/Expand all blocks
Control + Tab/control + SHIFT + TAB to toggle open files
ALT + F12 Open command line Bar
Ctrl+d Copy the current line to the next line
Ctrl+y Delete When moving forward
CTRL +. Collapses the code of the current method when no input method is invoked
ALT + up/down arrows jump to top/next method
CTRL + B jumps to the variable declaration place
Summary of Query shortcut keys:
CTRL + N class name lookup
CTRL + SHIFT + N file name lookup
CTRL + SHIFT + ALT + N function name lookup
Press two shift to support a separate search for class name, file name, method name, and so on, all searches are common
CTRL + B or CTRL + click Method variable Quick Find
ALT + F7 Find out where the function or class is called
Related recommendations:
Phpstorm Shortcut key Summary sharing
Phpstorm shortcut key summary sharing (Favorites)
Phpstorm Common shortcut keys Daquan