[MonoDevelop] Alternative AutoComplete plugin?

Noam Gat noamgat at gmail.com
Fri Apr 22 03:59:24 EDT 2011


Hi,

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.

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20110422/d747443c/attachment.html 


More information about the Monodevelop-list mailing list