Alternative Emacs ECB

I have been using Emacs as a PHP IDE for quite some time (with emacs-starter-kit, ECB and Geben). With each new version for emacs-starter-kit or Emacs 24 ECB introduces new errors and problems with windows. It seems that it is not properly supported (the last release was in 2009).

Is it amazing if there is a project-manager / IDE emacs plugin that is defacto today? Something that does file browsing (e.g. sr-speedbar), a list of methods, maybe even automatic ctags?

+5
source share
3 answers

The answer is that, unfortunately, there is no such thing. emacs-nav offers a file browser similar to a file in ECB, and you can use something like helm to navigate to various materials in your project (e.g. files, tags, imenu entries, etc.). Small utilities, such as projectile , may also be useful for you.

In general, using heavyweight tools like ECB is not Emacs way, and I think that is the reason its development has stalled - fewer Emacs users will use a tool like this with more flexible alternatives.

+7
source

I use sr-speedbar for the file browser http://emacswiki.org/emacs/SrSpeedbar

+1

ecb emacs-24 . , .emacs, :

(setq stack-trace-on-error t)

ecb. ?

0

All Articles