先進入終端機(terminal),請先在你要追的code的上層資料夾中鍵入以下指令
ctags -R -h.c.h
跑完之後會看到如下圖的資料夾(程式太多隻會跑比較久)
接著再進入VIM鍵入以下指令
set tags="路徑"
ctags操作方式:
=>進入函式 : Shift + ] (ps. 游標需在函式位置)
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
=>跳回函式 : Shift + t
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
No comments:
Post a Comment