Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emacs outline view possible in CC mode?

Tags:

emacs

I'm an Eclipse addict trying to get more comfortable with Emacs for C code. Is there a way to get an outline view of a C file, similar to the view on the right of the image below, in Emacs in CC mode?

Eclipse Outline View
(source: eclipse.org)

like image 724
Frank Avatar asked Mar 19 '10 15:03

Frank


2 Answers

Check out ECB, the Emacs Code Browser.

like image 114
Martin Wickman Avatar answered Sep 17 '22 14:09

Martin Wickman


Definitely check out Speedbar. That will make a new Emacs frame that can be used as an outline. If you want something in the same frame, check out Sr Speedbar.

like image 35
Travis B. Hartwell Avatar answered Sep 19 '22 14:09

Travis B. Hartwell