B
B
Bardus2011-11-28 18:14:21
Erlang
Bardus, 2011-11-28 18:14:21

Code editor for Erlang

Is it possible to find a normal non-emacs code editor/IDE for Erlang under Debian/Ubuntu?

Answer the question

In order to leave comments, you need to log in

9 answer(s)
Z
zvulon, 2011-11-28
@Bardus

Try eclipse + erlide plugin.
there is a backlight and intelligence

E
Evengard, 2011-11-28
@Evengard

Em. Well, as usual, vim, but in general kate seems to support Erlang syntax highlighting.

J
jetman, 2011-11-28
@jetman

I use Geany. The Ubuntu packages will have the old version without highlighting erl files, and the packages will have the official version. The editor's site is already all present.
Minus: parsing functions into Geany tags is not supported - "tags" in Geany are used to navigate through the code.
Plus: a full-fledged terminal is built in, just don’t forget to enable the parameter in the settings so that the Ctrl + C combinations work, etc. In the terminal, I launch the dev server with the sync application through rebar , where immediately after writing the .erl file I see a log about successful / unsuccessful compilation. For me, as a beginner in Erlang, this is very convenient.

I
IrQ, 2012-06-08
@IrQ

If it's not too late, I'll recommend Sublime Text 2. A very convenient editor, they say it's somewhat similar to TextMate. It highlights the syntax, there is a file tree, the ability to compile and write your own plugins for it in python.

S
soif, 2013-06-11
@soif

I recommend Intellij IDEA + Erlang Plugin
image

B
bagyr, 2011-11-28
@bagyr

Emacs + distel, when I last looked, worked so-so, but everything else is just simple editors with highlighting.

A
Andrew, 2011-11-29
@Morfi

Eclipse + github.com/erlide/erlide/wiki is the best so far.

2
2garryn, 2011-12-10
@2garryn

Join the question.
Do you have any online IDE with Erlang support?

S
Sergey, 2011-12-11
@seriyPS

I have personally used Erlide erlide.org although all hard core Erlang programmers use Emacs. I think if now I need to write something in Erlang again, I will also use Emacs

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question