Emacs中使用Cscope

    技术2022-05-11  65

    在emacs中使用cscope,在preServer下有三个目录,其中含有.h或.cpp文件。第一步:在preServer下执行find ./ -name *.[hc]*> cscope.files,其作用是将当前目录下.h和.cpp 文件列表导入cscope.files。第二步:cscope -b,其作用是生成符号列表文件cscope.out。第三步:emacs中一般自动支持cscope,先

    最新回复(0)