The following are known limitations affecting features based on static source analysis:

A good way to work around these limitations, when they arise, is to place a breakpoint in the code where you are working, run to it, and then auto-completion and other information presented by the IDE will be based on the actual runtime state rather than static analysis.

See Helping Wing Analyze Code for more information.