In VS Code, you can use CTRL+Space to trigger suggestion (at least that's what I use for Trigger Suggest command). The command will show the suggestion; e.g., using it on an object will show it's method and properties.
It will also show the type hint only for the currently selected suggestion. How can I make it to show all type hint for all suggestion?