mirror of
https://github.com/Aexiar/c.git
synced 2024-10-22 14:05:45 +02:00
c
This commit is contained in:
parent
11a8dcfcae
commit
55dac4b86d
BIN
docs/notes/01_c-basic/01_xdx/assets/195.gif
Normal file
BIN
docs/notes/01_c-basic/01_xdx/assets/195.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 758 KiB |
BIN
docs/notes/01_c-basic/01_xdx/assets/196.png
Normal file
BIN
docs/notes/01_c-basic/01_xdx/assets/196.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 178 KiB |
BIN
docs/notes/01_c-basic/01_xdx/assets/197.png
Normal file
BIN
docs/notes/01_c-basic/01_xdx/assets/197.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 163 KiB |
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user