PySmell by Orestis Markou does completion through static analysis of
Python code.
I haven't tried it with IronPython but it could work, and from what I
gather Orestis is happy to help.
http://code.google.com/p/pysmell/

On Dec 4, 2:49 am, Dino Viehland <[EMAIL PROTECTED]> wrote:
> The closest we have to this currently is what the console does w/ live 
> objects.  I think you could also find some examples of this in IronPython 
> Studio (http://www.codeplex.com/IronPythonStudio) but there's nothing that's 
> too sophisticated right now.
>
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Baer
> Sent: Wednesday, December 03, 2008 4:46 PM
> To: Discussion of IronPython
> Subject: [IronPython] Parsing scripts
>
> I would like to be able to add some sort of "intellisense" to a text editor 
> for IronPython scripts. Something along the lines of reporting the available 
> functions in a module after hitting a period.
>
> import clr
> clr. <- (show something here)
>
> Are there utilities available in IronPython for analyzing a partial script to 
> figure this out and if so could you point me in the right direction?
>
> Thanks,
> -Steve
>
> _______________________________________________
> Users mailing list
> [EMAIL PROTECTED]://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to