[MonoDevelop] Alternative AutoComplete plugin?

Noam Gat noamgat at gmail.com
Sun Apr 24 06:00:09 EDT 2011


On Sat, Apr 23, 2011 at 9:17 PM, Michael Hutchinson <
m.j.hutchinson at gmail.com> wrote:

> 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
>
Ideally, both. However, since I have a console in my native app, I want to
start with the text editor. Since in python, everything is dynamic,
I would like each auto-complete call to get to my function, which I would
send it to the remote python environment, dynamically get the completion
options there,
and send them back to the editor.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20110424/868cb931/attachment.html 


More information about the Monodevelop-list mailing list