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

筅森魡賤 提交于 2019-12-05 18:08:16

问题


I want to get into Erlang programming, specifically some yaws stuff. (Currently, I use Eclipse for Java development.)

What is the IDE of choice for Erlang development?


回答1:


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




回答2:


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.




回答3:


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!).




回答4:


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.




回答5:


Look for this one:

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




回答6:


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.



来源:https://stackoverflow.com/questions/1109084/what-is-the-ide-of-choice-for-erlang-development

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