sublimclang的user配置如下,暂时只将sublimeclang用作代码提示,因为还有好多问题不会调故不作语法检查用途
{
"show_output_panel": false, //关闭面板输出
"show_visual_error_marks": false, //关闭代码中的错误提示
"enable_fast_completions": false, //有这个可以不管大小写
"inhibit_sublime_completions": false, //暂时不知道有什么用
"options":
[
"-I${folder:G:\\code\\BLE-CC254x-1.4.0\\Projects}\\**", //这两个保证代码提示,把文件包含进来
"-I${folder:G:\\code\\BLE-CC254x-1.4.0\\Components}\\**"
]
}
时间: 2024-10-09 14:06:55