<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 25 June 2014 10:18, ami <span dir="ltr"><<a href="mailto:m3oucat@gmail.com" target="_blank">m3oucat@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
(...)<br>Which IDEs do you use to treat all the source tree(both Erlang & C) as a single project?<br>(...)<br>
The most needed features are:<br>
* go to declaration<br></blockquote><div><br></div><div>Check 3. below.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

* code completion<br></blockquote><div><br></div><div>Check 1. below. </div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
* easy navigation through the code<br></blockquote><div><br></div><div>I'm using Sublime Text for development and bash for the other stuff (compiler, dialyzer, eunit, etc.).</div><div><br></div><div>There's also a nice (albeit I think not maintained at the moment - updated 1 year ago) Sublime Text plugin called SublimErl (<a href="https://github.com/ostinelli/SublimErl">https://github.com/ostinelli/SublimErl</a>) that introduces:</div>
<div><br></div><div>1. auto-completion (mostly satisfying, but with a few minor issues - sometimes doesn't find a function)</div><div><br></div><div>2. auto-indentation: which I don't use</div><div><br></div><div>
3. quick goto functions: it's buggy at the moment, but it least it opens the file it's supposed to (only doesn't target the line correctly)</div><div><br></div><div>4. auto-compilation, upon saving: which is a very nice feature as it shows you a console with errors, if any (I'm using it along erlc's warn_missing_spec, so that way I keep everything -spec'ed all the time)</div>
<div><br></div><div>Hope it helps.</div><div><br></div><div>- Paulo F. Oliveira</div></div></div></div>