What is the IDE of choice for Erlang development? [closed]

烂漫一生 提交于 2019-12-04 03:23:07

While there are several choices of plugins for NetBeans or Eclipse, the officially recommended IDE is Erlang mode for Emacs

Eclipse does the job just fine for me with the Erlang plugin. If you are already familiar with that through Java development why not simply stick with that?

I have also used JEdit and it performs pretty well.

Both are pretty good at syntax highlighting and have templates for new modules (OTP etc.).

Although I agree that Emacs is the "official" editor of choice you don't have to use it (and learn a whole new editing approach) if you don't want to.

Emacs is the IDE of choice. It supports Distel which plugs your editor into a cluster of Erlang Virtual Machines as an Erlang node in its own right (maaan!).

CaTFooD

If you are a new emacs user, I think emacs can really kill you :(

I try erlide(buggy for jump to defination, other is good) emacs-erlang mode(really hard for me), I finally choose sublime text2 for daily development. I suggest you can try it.

i install the following plugins:

package control
sublime-erlang
sublimerl
ctags

that's as good as I expected.

Look for this one:

IntelliJ IDEA + Erlang plugin http://plugins.jetbrains.com/plugin/index?pr=&pluginId=7083

If you use Eclipse already, Erlide works nicely. I do think that Emacs with erlware-mode is better, but the learning curve may be a bit steep.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!