This commit is contained in:
许大仙 2024-08-06 15:57:17 +08:00
parent 11a8dcfcae
commit 55dac4b86d
4 changed files with 17 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 758 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

View File

@ -2093,3 +2093,20 @@ cp perf /usr/bin/
* 测试一下,是否配置成功:
![](./assets/194.gif)
## 9.6 CLion 中自动导入头文件
* 在 CLion 中,最为强大的功能就是直接输入函数,然后让 IDE 帮我们自动导入头文件,包括自定义的头文件,相当实用。
> [!NOTE]
>
> * ① CLion 中的`自动导入头文件`的`快捷键`是 `Alt + Enter`
> * ② CLion 中的`自动提取变量的类型`的`快捷键`是 `Ctrl + Alt + V`
![](./assets/195.gif)
* 开启自动导入头文件的步骤,如下所示:
![](./assets/196.png)
![](./assets/197.png)