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