문제

How to index C/C++ code using Emacs?
Is it possible to use Cscope db to browsing C/C++ code in emacs?

도움이 되었습니까?

해결책

CEDET (built-in) does a good job for this.

Use http://alexott.net/en/writings/emacs-devenv/EmacsCedet.html for an introduction to CEDET.

Use semantic-ia-fast-jump to go to definition of entity at point.

Use function-args or helm-semantic if you'd like to jump within a file with helm like so:

function-args

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top