[MonoDevelop] Alternative AutoComplete plugin?

Michael Hutchinson m.j.hutchinson at gmail.com
Sat Apr 23 14:17:05 EDT 2011


On Fri, Apr 22, 2011 at 8:59 AM, Noam Gat <noamgat at gmail.com> wrote:
> I'm writing an extension environment for monodevelop that allows it to
> execute code on a remote python console. I already know how to add a button
> to execute the code being edited on the remote machine. I would also like to
> have autocomplete work. It would work like this:
>
> 1) User presses autocomplete button (Ctrl+space or whatever they set up) and
> my function gets called instead of the normal one
> 2) My function sends the partial string to the remote console and waits for
> autocomplete suggestions
> 3) My function returns that list to the existing mechanism which displays it
> to the user.
>
> Is there a framework that will allow me to write such an extension for
> MonoDevelop? I couldn't find such a thing anywhere.

What context do you want this completion in? Some kind of console in a
pad, or in the text editor?

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list