'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:
However, WebStorm does see the type is:
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:
By the way, for string or number we get type hint for flowtype:
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 |
---|