Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emacs ECB Alternative

I've been using Emacs as a PHP IDE for quite some time now (with emacs-starter-kit, ECB, & Geben). With each new release for emacs-starter-kit or Emacs 24, ECB introduces new errors & window issues. It doesn't seem well-maintained anymore (last release was 2009).

Wondering if there's a project-manager / IDE emacs plugin that's today's defacto? Something that does file-browsing (like sr-speedbar), method list, possibly even auto ctags?

like image 634
lefnire Avatar asked Mar 26 '12 17:03

lefnire


2 Answers

The answer is that unfortunately no such thing exists. emacs-nav offer a file browser similar to the one in ECB and you can use something like helm to jump to various stuff in your project (like files, tags, imenu entries, etc). Small utils like projectile might also be helpful to you.

All in all using heavyweight tools like ECB is not the Emacs way and I guess this is the reason while its development has stagnated - few Emacs users would use a tool like that given there a smaller more flexible alternatives.

like image 154
Bozhidar Batsov Avatar answered Oct 19 '22 04:10

Bozhidar Batsov


I'm use sr-speedbar to file browser http://emacswiki.org/emacs/SrSpeedbar

like image 39
WaYdotNET Avatar answered Oct 19 '22 04:10

WaYdotNET