<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Jul 24, 2014 at 12:13 AM, John Trinder <span dir="ltr"><<a href="mailto:TrinderJohn@dsl.pipex.com" target="_blank">TrinderJohn@dsl.pipex.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">When doing:<br>
<br>
from Foo import foo2<br>
<br>
(assuming for eg foo2 is a class) and then going on to do:<br>
<br>
a = foo2()<br>
<br>
it would be nice if intellisense could offer suggestions as I am typing out foo2<br>
<br>
In the same vein, when doing:<br>
<br>
varname = 1<br>
<br>
and then doing<br>
<br>
a = varname + etc<br>
<br>
it would be nice if intellisense could offer suggestions as I am typing out varname<br></blockquote><div><br></div><div>Are you talking about Visual Studio or the IronPython console? AFAICT the console already does both of those. For Visual Studio, you'll have to ask the PTVS team (<a href="http://pytools.codeplex.com">http://pytools.codeplex.com</a>).</div>
<div><br></div><div>- Jeff</div></div></div></div>