码迷,mamicode.com
首页 > 其他好文 > 详细

sublime text 2使用sublimeclang实现CC2540代码提示

时间:2015-01-18 14:22:02      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:

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}\\**"
  ]
}

sublime text 2使用sublimeclang实现CC2540代码提示

标签:

原文地址:http://www.cnblogs.com/danchaofan/p/4231678.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!