Open
Description
If I have a variable that's type hinted like so:
I expect to see the method definitions for the methods I call on the $emailChange variable. This does not happen:
This type hinting syntax is allegedly supported by phpStorm, and it would be wonderful to have support for this in VSCode via your IntelliSense plugin as well.
Thank you in advance :)