Here is a simple example I put together:
https://i.sstatic.net/Fdtfa.png
In this example, intellisense provides suggestions for the interface of the object named test in the foo function. It works perfectly and I love it!
However, if you declare that interface somewhere else like this:
https://i.sstatic.net/P5idv.png
Intellisense only informs me that the test parameter has the Itest interface, but it does not provide details about its parameters.
So, in this scenario, how can I see the parameters of the interface "Itest" without having to open the file or search for compiler errors?