'Flow-type WebStorm how to show type hints on mouse hover over object variables

In flow-type, on mouse hover over variable of any type object we do not see type hints:

enter image description here

However, WebStorm does see the type is:

enter image description here

Searched well and played with the setting, but could not find how to tell WebStorm to expose the type hint on hover.

I want WebStorm to hint similar to how TypeScript does:

enter image description here (this is TypeScript)

By the way, for string or number we get type hint for flowtype: enter image description here

So, is this possible to enable object type hinting on hover with flowtype?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source