CLion use related issues

1. clion could not load cache (Reload Cmake Project, can be solved)

2. Shortcut keys

Quick jump to row number

Ctrl+G, enter the number of lines to jump to for code editing

look up

Ctrl + Shift + F Search the entire project or a specified directory (press Esc twice in succession, the search box will disappear)

Alt + Shift + Quickly view recent changes made to the project

Ctrl + N class lookup

copy paste selection etc.

Ctrl + D Quickly copy the line where the cursor is

Ctrl + W can realize the expansion of a character, a string, a line, or two lines of code

CLion batch operation

Shift+F6 to operate

Guess you like

Origin blog.csdn.net/u013590327/article/details/127717427
Recommended