Hello guys, In tests we often monkey patch instances. This breaks Wing autocomplete and it seems like it shouldn't. If you do the following: instance = Class() instance.method = Mock() Wing doesn't offer autocomplete on any members of instance.method even though it could know that this is an instance of the Mock class... Michael