参考https://zhuanlan.zhihu.com/p/77666245
快速打开配置文件文件夹所在位置 Preference - Browse Packages
代码模板片段snippets Tools - Developer - New Snippets
编译运行配置 build: Tools - Build System - New Build System
{ "path": "D:\MinGW64\bin", "cmd": "g++ $file -o $file_base_name.exe", "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$", "working_dir": "$file_path", "selector": "source.c, source.c++", "shell": true, "variants": [ { "name": "RUN", "cmd": "g++ $file -o $file_base_name.exe && start $file_base_name.exe" }, { "name":"IN-OUT", "cmd":"g++ -Wall -O3 -std=c++11 ${file} -o ${file_path}/${file_base_name}&&${file_path}/${file_base_name}<${file_path}/in.txt>${file_path}/out.txt" } ] }
编辑器分栏(Alt-Shift-[n]) View - Layout -
[plugins] packagecontrol:https://github.com/HBLong/channel_v3_daily