Re: [Ironpython-users] couple of code completion suggestions

2014-07-24 Thread Jeff Hardy
On Thu, Jul 24, 2014 at 12:13 AM, John Trinder wrote: > When doing: > > from Foo import foo2 > > (assuming for eg foo2 is a class) and then going on to do: > > a = foo2() > > it would be nice if intellisense could offer suggestions as I am typing > out foo2 > > In the same vein, when doing: > > v

[Ironpython-users] couple of code completion suggestions

2014-07-23 Thread John Trinder
When doing: from Foo import foo2 (assuming for eg foo2 is a class) and then going on to do: a = foo2() it would be nice if intellisense could offer suggestions as I am typing out foo2 In the same vein, when doing: varname = 1 and then doing a = varname + etc it would be nice if intellis