Re: [Ironpython-users] [IronPython] Intellisense with imported dlls

2011-07-28 Thread Vardeman, Andrew [CSSM]
-Original Message- From: Dino Viehland [mailto:di...@microsoft.com] Sent: Thursday, July 28, 2011 3:35 PM To: Vardeman, Andrew [CSSM]; ironpython-users@python.org Subject: RE: [Ironpython-users] [IronPython] Intellisense with imported dlls Andrew wrote: > Hi. I'm replying to a

Re: [Ironpython-users] [IronPython] Intellisense with imported dlls

2011-07-28 Thread Dino Viehland
Andrew wrote: > Hi. I'm replying to a thread I saw from May that discussed adding DLLs from > the project search paths to the list of DLLs to index for Intellisense. This > appears to be implemented in the most recent of PTVS, which I'm using. > > My problem is that I'm developing C# classes and

Re: [Ironpython-users] [IronPython] Intellisense with imported dlls

2011-07-28 Thread Vardeman, Andrew [CSSM]
Hi. I'm replying to a thread I saw from May that discussed adding DLLs from the project search paths to the list of DLLs to index for Intellisense. This appears to be implemented in the most recent of PTVS, which I'm using. My problem is that I'm developing C# classes and their Python subclass