Hi all,<div><br></div><div>I've started digging on code completion code, and well, I'm a bit lost. So I'm coming here to ask some guidance on what I have to do and how to do.</div><div>In Erlang the only actual "division of code" is the module. Each file is a module and have a module name. Thus, the initial code completion I'm willing to do is filter by module/function present on the text the user is pressing. Example of model/function declaration:</div>
<div><br></div><div>lists:fold(X).</div><div><br></div><div>So, I have to create a "module" DUContext datatype and put my function contexts on them? The filtering is string based? Any general tips for begginers?</div>
<div><br></div><div>And William, I've readed a mail from you about improving documentation. I totally agree with this and I'm willing to put some work on debugger stuff as I've figured almost everything from it. It is ok to do that?</div>
<div><br></div><div><br></div><div>Ty</div><div><br></div>