[wingide-users] Using Wing IDE with IronPython - autocomplete
for .NET objects (PI file generator)
Wingware Support
support at wingware.com
Tue Apr 28 18:45:49 MDT 2009
Michael Foord wrote:
> I also need to automatically traverse into sub-namespaces. .NET
> namespaces are often nested, a single namespace can behave like a Python
> package. I need to investigate the PI format for this as I don't want to
> have to generate a separate file for each namespace.
I think you need to generate separate .pi files for each namespace just
like you would if the namespaces were implemented in .py files. A .pi
file is parsed as a .py file -- Wing does this because it already has a
.py file analyzer so it's actually more work to use a different format.
Cheers,
John
More information about the wingide-users
mailing list