One of the great features of Visual Studio Code is its excellent support for TypeScript, such as type inference displayed in tooltips. However, by default in WebStorm, only Console/Errors are visible in the tool window when hovering over a function without a defined type.
Are there any plugins or settings available in WebStorm to enhance its TypeScript support?