[IronPython] Parsing scripts

orip oripel at gmail.com
Thu Dec 4 07:57:18 CET 2008


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 <di... at microsoft.com> 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: users-boun... at lists.ironpython.com [mailto:users-boun... at lists.ironpython.com] 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
> Us... at lists.ironpython.comhttp://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list