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 particularly annoying to me, as Wing seems to want to complete
my 'f' as Foo.