code browsing, refactoring, auto completion in Emacs
Posted
by Idan K
on Stack Overflow
See other posts from Stack Overflow
or by Idan K
Published on 2009-03-22T18:34:06Z
Indexed on
2010/04/05
6:53 UTC
Read the original article
Hit count: 404
Hi,
I recently switched to Emacs and still finding my way through it. I code in C++ and was wondering what tools out there extend Emacs to support code browsing (finding a symbol etc), refactoring and code completion. I have heard of:
- cedet
- etags
- cscope
But I'm so confused about what I need. Some places say that cedet provides all of the functionality but other places say that I need to invoke etags for cedet to work properly.
Can someone clear this up for me? Do I need all of these tools?
© Stack Overflow or respective owner