first of all, you can find almost everything on this git page: https://github.com/SublimeText/CTagsgit
I'm just doing some translation work here, and of course, trying to make a note. github
notes that I've try it out couple times both on my laptop in office and @ home.ide
install CTAGS:ui
0.在Package Control:Install 中找到Ctags,安装。this
1.网上找到后,下载ctags58.zip包,解压,把ctags.exe放在sublime 2 的目录里[ probably u can put it wherever u like],配置path。spa
1.1 执行一个 ctags -R -f .tags的命令 // it will run a couple minutes;ip
2. open a file of your project and run this command in st2 : ctrl t r ; let it build for another couple minutes.get
2.2 choose a function where it's been invoked, type in : ctrl t t ; see what comes out // jump to the definition. It just doesnot work for param. it
u can also 在st2中,打开default设置查看各类快捷键用法,貌似有不少用不了,conflict。io