If a variable (or a property, I'm not sure) has an inferred type (rather than declared one), when you type the name of a method of the variable and then the opening brace, it does not show IntelliSense tooltip. If I press Ctrl+Space, it shows.
If I declare the type by /** @var ... */
, then it shows IntelliSense on the opening brace.
