JavaShuo
欄目
標籤
使用gtags、etags、cscope、grep瀏覽源代碼
時間 2021-01-18
原文
原文鏈接
在windows下常用的源代碼查看工具是Source Inside。在linux下我習慣用用etags、gtags、grep來查看源代碼。 etags用於生成TAGS文件來提供emacs快速瀏覽C/C++源代碼,它的最大作用就是能夠快速跳轉到函數定義、宏定義、數據結構定義、全局變量定義等。 etags常常和find命令一同使用來生成TAGS文件,如下所示: find . -name '*.[ch]
>>阅读原文<<
相關文章
1.
使用Vim+Ctags+Cscope閱讀源代碼
2.
配置vim支持源碼瀏覽(vim+ctags+cscope)
3.
vim+linux+ctags+taglist+winmanager+grep+cscope+supertab+visualmark--cscope
4.
使用Cscope閱讀Linux源碼
5.
使用 vim + ctags + cscope + taglist 閱讀源碼
6.
使用ranger替代資源瀏覽器
7.
vim+linux+ctags+taglist+winmanager+grep+cscope+supertab+visualmark--grep
8.
[emacs] 使用ggtags瀏覽代碼
9.
使用 sourcegraph瀏覽github上代碼
10.
emacs裏使用etags
更多相關文章...
•
Markdown 代碼
-
Markdown 教程
•
XSLT 瀏覽器
-
XSLT 教程
•
IntelliJ IDEA代碼格式化設置
•
使用阿里雲OSS+CDN部署前端頁面與加速靜態資源
相關標籤/搜索
瀏覽
etags
gtags
cscope
源代碼
附源代碼
grep
瀏覽器
瀏覽量
瀏覽器信息
SQLite教程
MyBatis教程
代碼格式化
應用
亂碼
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
外部其他進程嵌入到qt FindWindow獲得窗口句柄 報錯無法鏈接的外部符號 [email protected] 無法被([email protected]@[email protected]@@引用
2.
UVa 11524 - InCircle
3.
The Monocycle(bfs)
4.
VEC-C滑窗
5.
堆排序的應用-TOPK問題
6.
實例演示ElasticSearch索引查詢term,match,match_phase,query_string之間的區別
7.
數學基礎知識 集合
8.
amazeUI 復擇框問題解決
9.
揹包問題理解
10.
算數平均-幾何平均不等式的證明,從麥克勞林到柯西
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
使用Vim+Ctags+Cscope閱讀源代碼
2.
配置vim支持源碼瀏覽(vim+ctags+cscope)
3.
vim+linux+ctags+taglist+winmanager+grep+cscope+supertab+visualmark--cscope
4.
使用Cscope閱讀Linux源碼
5.
使用 vim + ctags + cscope + taglist 閱讀源碼
6.
使用ranger替代資源瀏覽器
7.
vim+linux+ctags+taglist+winmanager+grep+cscope+supertab+visualmark--grep
8.
[emacs] 使用ggtags瀏覽代碼
9.
使用 sourcegraph瀏覽github上代碼
10.
emacs裏使用etags
>>更多相關文章<<