I've noticed for a while now that autocompletion doesn't come up after pressing a "." after an If statement inside a With block, in VB.NET. For example:
With SomeObject
If .
End With
When I press the "." in the above example, I expect to see the members for SomeObject. But, no such luck. If I type a period before the If, I get autocompletion as expected.