1、搭建开发环境
1.1 安装MinGW并将MinGW的bin路径添加到系统环境变量
MinGW-w64 - for 32 and 64 bit Windows download | SourceForge.net
MinGW-w64 - for 32 and 64 bit Windows - Browse /mingw-w64 at SourceForge.net
1.2按照vscode
1.3vscode安装C/C++插件
1.4vscode安装Code Runner插件
File - preference - settings - extensions - run code configration,将"Run Code Configuration"中的"Run In Terminal"、"Save File Before Run"前面的复选框选中。
1、代码块左移
shift+tab
2、设置只搜索.c.h文件