我安装了 cscope 15.7a,我的 .emacs 设置如下:
;;cscope
(require 'xcscope)
(add-hook 'java-mode-common-hook '(lambda()(require 'xcscope)))
我可以cscope
在打开 C/C++ 代码文件时使用;并且emacs菜单栏上方有一个cscope
菜单,而打开java代码时没有,所以我不能使用cscope来导航emacs中的java代码。
我应该怎么做才能在 emacs 中使用 cscope 导航 java 代码?
也许这是一个愚蠢的问题,对此感到抱歉。我希望有人能帮帮忙。