Pete wrote: > Wing doesn't recognize the as-variable in a with-statement for > completion purposes. For example, foo is not presented in the > completion list: > > with Foo() as foo: > do_things(f This is a bug and we intend to fix it soon. Thanks, John