sublime text2在windows中配置ctags插件

需要准备以下工具:

sublime text2 :下载地址:http://www.sublimetext.com/2

ctags5.8 :下载地址:http://download.csdn.net/detail/satanzw/7679155


第一步:

打开Sublime Text2,在Preferences(设置)菜单中打开Package Control(插件管理器)

打开菜单后找到install packages,回车执行,搜索ctags,稍等一会看到左下角提示安装成功就好了

sublime text2在windows中配置ctags插件_第1张图片

sublime text2在windows中配置ctags插件_第2张图片


第二步:

这时你在打开的文件中,右键菜单中会多一个Navigate to Definition菜单项

sublime text2在windows中配置ctags插件_第3张图片


第三步:

在左侧的Folders栏中右键会看到CTags: Rebuild Tags菜单项

sublime text2在windows中配置ctags插件_第4张图片


第四步:

这时可以选中一个函数然后右键打开Navigate to Definition菜单项并执行,会发现左下角有这样的提示: Can't find any relevant tags file

这是因为我们没有配置ctags可执行文件的路径

sublime text2在windows中配置ctags插件_第5张图片


第五步:

这里只要先下载ctags的exe程序:http://download.csdn.net/detail/satanzw/7679155

同时解压的目录不要出现空格或中文路径,否则,ctags的exe文件会有提示找不到


第六步:

打开菜单在Preferences(设置)菜单中打开Package Control(插件管理器)settings->ctags->settings-user和settings-default

把default中的配置全部复制到user中,然后修改user里面的command配置项,为ctags的可执行文件路径

sublime text2在windows中配置ctags插件_第6张图片

sublime text2在windows中配置ctags插件_第7张图片


第七步:

这时再到,侧左栏的工程/项目文件上右键执行CTags: Rebuild Tags菜单项,发弹出一个ctags的运行框,说明可以正常工作了

sublime text2在windows中配置ctags插件_第8张图片


第八步:

这时再选中一个函数,右键打开Navigate to Definition菜单项并执行

sublime text2在windows中配置ctags插件_第9张图片


第九步:

由于寻找的是虚函数,所以出现了多个选择,任意选择一个,Sublime Text2会新开一个选项卡,并定位到该函数的地方

Excellent!!!!

sublime text2在windows中配置ctags插件_第10张图片


sublime text2在windows中配置ctags插件_第11张图片


你可能感兴趣的:(Sublime,Text2,ctags)