0
点赞
收藏
分享

微信扫一扫

1-vim函数调用检索插件cscope

mm_tang 2022-03-14 阅读 33

1 sudo apt-get install cscope;

2 执行命令cscope -Rbq,生成cscope.out等文件;

3 /etc/vim/vimrc中添加一行,cs add /home/os/cscope.out;

4 vim打开文件,:cscope -h查看

举报

相关推荐

0 条评论