views:

114

answers:

3

ESense looks dead; what are your recommendations for Erlang code completion in Emacs? It doesn't have to be fancy (ESense built an index from the Erlang source); even something that just uses Erlang's module_info/0 and module_info/1 functions for introspection of function names would help.

If one isn't available in Emacs, can you recommend one for TextMate?

+1  A: 

Do you know about distel already?

Christian
A: 

distel should be able to compete functions names using information from running node

Alex Ott
A: 

I've one working that I use for my own development. Its at,

http://github.com/rajivr/erlang.tmbundle

Feel free to try it and ping me if you have any issues.

Rajiv