F1 view help
F2 jump to function definition (same effect as Ctrl + left mouse button)
Shift + F2 declaration and definition Switching
Switch between F4 header file and source file
CTRL + 1 Welcome Mode
CTRL + 2 edit mode
CTRL + 3 debug mode
CTRL + 4 Project Setting Mode
CTRL + 5 help Mode
CTRL + 6 Output Mode
Alt + 0 show or hide the side bar. It works in editing mode (sometimes the function written is too long and the screen is not large enough. Use this)
CTRL + space auto-completion (it seems that it will conflict with the switching of the Input Method)
Switch ESC to edit mode
Alt + 1 create detail window
Alt + 2 search result window
Alt + 3 program output window
Alt + 4 compile the Output Window
CTRL + B compile the project
CTRL + R run the project
CTRL + I Automatic Alignment
CTRL +/comment row, cancel comment row
CTRL + Shift + <collapse code block
CTRL + Shift +> Expand the code block
CTRL + [jump to the header of the code block
CTRL +] jump to the end of the code block
CTRL + l jump to a line
CTRL + F find and replace the selected content. Press Ctrl + F to list all the statements that are the same as the selected content.
CTRL + Shift + F search for content
F5 start debugging
Shift + F5 stop debugging
F9 sets and cancels breakpoints
F10 one-step forward
F11 Single Step Function
Shift + F11 One-Step Jump out function