sublime 安装ctags

来源:互联网 发布:怪物猎人ol数据互通 编辑:程序博客网 时间:2024/05/17 22:25

先install package ctags 

然后http://prdownloads.sourceforge.net/ctags/ctags58.zip下载

ctags58.zip解压到D盘根目录

在ctags settings-user 添加{"command": "D:/ctags58/ctags.exe",}

安装好了。

右键项目ctags rebuild tag   点击函数右键navigete to definition 即可


Commands Listing

CommandKey BindingAlt BindingMouse Bindingrebuild_ctagsctrl+t, ctrl+r  navigate_to_definitionctrl+t, ctrl+tctrl+>ctrl+shift+left_clickjump_prevctrl+t, ctrl+bctrl+<ctrl+shift+right_clickshow_symbolsalt+s  show_symbols (all files)alt+shift+s  show_symbols (suffix)ctrl+alt+shift+s  https://github.com/SublimeText/CTags



0 0
原创粉丝点击