Hello. 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.
|
1
|
|
|
|
|
|
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.) |
||||||||
|
|
|
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. |
||||||
|
|
|
I don't use it myself, but it sounds like CEDET is what you are looking for:
The Emacs wiki also has this page with some tips for IDE users. |
|||
|
|
