二、VSCode配置c/c++环境
1. 下载VS Code
2. 下载MinGW-w64
安装MinGW-W64提示cannot download repository.txt-解决方法s
MinGW-w64 离线包安装方法(经测试可用)
3. 配置
行注释 toggle line comment
块注释 toggle block comment
outline大纲
ctrl+shift+P修改default,setting
鼠标缩放
缓存大小
4. 设置终端编码格式
VSCode产生的ipch文件夹占用C盘空间过大处理
ipch文件夹是Intelli Sense(好像是预编译头文件之类的)这个东西产生的缓存文件