[erlang-questions] Which IDE do you use for Erlang/OTP core development?

Attila Rajmund Nohl attila.r.nohl@REDACTED
Thu Jun 26 13:30:48 CEST 2014


2014-06-25 11:18 GMT+02:00 ami <m3oucat@REDACTED>:
[...]
> If you use some
>   * special-designed IDEs(preferably), BTW, do they exist in nature?
>   * emacs plugins(less preferably) or
>   * vim plugins,
>
> please share links, configs, etc.
>
> The most needed features are:
> * go to declaration

vim + ctags covers this partly. Of course not that useful when you
want to look for a handle_info function call. I have a small vim macro
to use the module name too, but that's not production quality.

> * code completion

vim mostly covers this (use Ctrl-P)

> * easy navigation through the code

Again, vim + ctags.



More information about the erlang-questions mailing list