| |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
-> 开发工具 -> Ctags Cscope and Vim -> 正文阅读 |
|
[开发工具]Ctags Cscope and Vim |
Ctags and expecially Cscope in combination with Vim can really boost productivity when working with home-grown and foreign source-trees. Both tools basically generate references out of source-files, which can be used to locate and cross-reference source-symbols. While Cscope does come with its own curses-based UI, Vim provides a really nice interface to either tool. Installation In NetBSD, you can use ctags in base, or Exuberant Ctags (‘exctags’ in pkgsrc). The latter generates more tags; e.g. simple C functions are not (always?) found using the ctags in base. Cscope As far as I can see, there is just 1 flavour of Cscope. Create database
Cscope (To generate ASCII-only cscope.out files, add the -c switch. This makes it easier to debug Cscope-lookup, when e.g. lookup of a symbol fails.) Use in Vim
…which basically does the following: prefer Cscope DB over ctags tags if both are present set cscopetag as hinted above add cscope.out in current dir or environment-given dir. (*): the -C flag (search case-insensitive) and dummy . dir necessary to add that flag. Case-insensitive search is what you (or at least I) always want, really. set some convenient mappings: +letter to issue queries. See either Vim or Cscope docs (or the comment, above) for different types of queries. Have fun! |
|
|
上一篇文章 下一篇文章 查看所有文章 |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 | -2024/11/14 15:09:22- |
|
网站联系: qq:121756557 email:121756557@qq.com IT数码 |