<div dir="ltr"><div class="gmail_extra">Hello,</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 25, 2014 at 11:18 AM, ami <span dir="ltr"><<a href="mailto:m3oucat@gmail.com" target="_blank">m3oucat@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Which IDEs do you use to treat all the source tree(both Erlang & C) as a single project?<br>
I might use one IDE for C and another for Erlang. But it’s quite ugly and inconvenient.<br><br>
</blockquote></div><br></div><div class="gmail_extra">Almost all of the developers at the Erlang/OTP group use Emacs+ctags for development. A few rebels use vim/slickedit and some other stuff.</div><div class="gmail_extra">
<br></div><div class="gmail_extra">Personally I use Emacs+ctags and it works well enough. I've tried to use Eclipse in the past, but I can't stand it when my text editor sometimes decides to hang/crash so I've stopped using it. At times I do miss the reverse lookup/c-refactoring/auto-completion stuff of Eclipse, but not enough to move back :) and if I really needed it I'm sure there is an Emacs plugin for it somewhere.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Lukas</div></div>