[erlang-questions] Tools for Erlangers
Hugh Perkins
hughperkins@REDACTED
Mon Sep 3 02:55:01 CEST 2007
One thing that is quite useful in an IDE is auto-completion. It's
kindof like a mobile phone: you can live without it, but once you've
used it, it's hard to live without it ;-)
Auto-completion in Erlang should be relatively easy to implement,
because the module name is always specified, so the search-space is
always small. (cf C++, where one has to search every include file)
More information about the erlang-questions
mailing list