[Ironpython-users] couple of code completion suggestions

Jeff Hardy jdhardy at gmail.com
Thu Jul 24 15:53:37 CEST 2014


On Thu, Jul 24, 2014 at 12:13 AM, John Trinder <TrinderJohn at dsl.pipex.com>
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:
>
> varname = 1
>
> and then doing
>
> a = varname + etc
>
> it would be nice if intellisense could offer suggestions as I am typing
> out varname
>

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 (http://pytools.codeplex.com).

- Jeff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20140724/28f7f1e4/attachment.html>


More information about the Ironpython-users mailing list