Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emacs as IDE: Handling a project directory?

I've always used emacs for small projects (and Visual Studio for large ones). I was wondering what the alternatives are for handling a directory structure within emacs, something like the solution explorer in VS. Thank you.

like image 591
Dervin Thunk Avatar asked Aug 02 '09 20:08

Dervin Thunk


2 Answers

You should also have a look at eproject for something that's more lightweight while also allowing you do to some pretty cool stuff (like project-specific config settings, etc.)

like image 117
genehack Avatar answered Sep 18 '22 19:09

genehack


ECB, the Emacs Code Browser, which is built on CEDET, if I am not mistaken, is one you should look at.

Myself, I've always found that I get by well enough using etags and ido-mode. You might also want to look at Speedbar (part of CEDET) as a halfway house between more minimalist solutions and ECB.

like image 28
Pinochle Avatar answered Sep 20 '22 19:09

Pinochle