ctags 跳到 header file? - Linux

Table of Contents

請問一下, ctags 是否可以作到跳到我目前停留的關鍵字的檔案裡?

例如

#include "test.h"

我希望我的游標在 test.h 時,按 ctrl + ] 他會跳到 test.h 檔案裡面,
常常都要特別去開啟某一個 header file,麻煩大大為我解答
一下,感激不盡!

--

All Comments

Oliver avatarOliver2010-08-17
或者 cscope 可以嗎?