[IronPython] Intellisense with imported dlls
Dino Viehland
dinov at microsoft.com
Wed May 11 17:51:04 PDT 2011
Where are the assemblies? Currently we'll only find assemblies in the gac.
Sent from my Windows Phone
________________________________
From: Raghavendra Chandrashekara
Sent: Wednesday, May 11, 2011 4:49 PM
To: Discussion of IronPython
Subject: [IronPython] Intellisense with imported dlls
Hi All,
I added a couple of custom .NET dlls using the clr.AddReference() method in my program and I was expecting IronPython Tools for Visual Studio to be able to parse the imported dlls and provide intellisense for the imported classes. However I don't see any imported methods when I press either Ctrl + Space or the '.' key after a class object. Is there something extra I need to do?
Thanks,
Raj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20110512/8ad9e3a1/attachment.htm>
More information about the Users
mailing list