SpaceVim

一个模块化的 Vim/Neovim 配置集合


主页 | 关于我们 | 入门指南 | 使用文档 | 开发指南 | 用户社区 | 赞助 | English


可用模块 » cscope

模块描述

这以模块为 SpaceVim 提供了一个智能的CscopePyCscope 辅助工具。

如果想要了解更多关于 cscope 和其它类似工具之间的区别,请阅读 Comparison with Similar Tools

安装依赖及启用模块

安装 cscope

ArchLinux 下安装 cscope 非常简单,可执行以下命令进行安装

sudo pacman -S cscope

Ubuntu 下安装 cscope 可执行以下命令

sudo apt install cscope

Windows 系统下,推荐使用 scoop 来安装 cscope:

scoop install cscope

启用模块

该模块默认未启用,如果需要启用,可以在配置文件中加入如下内容:

[[layers]]
  name = "cscope"

模块选项

快捷键

快捷键 功能描述
SPC m c = Find assignments to this symbol
SPC m c i 建立当前项目 cscope 索引
SPC m c u 更新所有项目 cscope 索引
SPC m c c 列出某个方法调用的所有函数
SPC m c C 列出某个方法被哪些函数调用
SPC m c d 查询 symbol 的定义处
SPC m c r 查询 symbol 的引用
SPC m c f 搜索文件
SPC m c F 列出 include 某个文件的所有文件
SPC m c e 搜索正则表达式
SPC m c t 搜索文本

由Jekyll强力驱动