How to enable intellisense/ JSDoc info on hover in WebStorm?

Viewed 922

Behaviour like in Visual Studio is what I would like. Like this:

enter image description here

or like this:

enter image description here

Currently, I get nothing on hover and only the basic type info whilst typing:

enter image description here

Is this possible and if so, how?

1 Answers
Related