Behaviour like in Visual Studio is what I would like. Like this:
or like this:
Currently, I get nothing on hover and only the basic type info whilst typing:
Is this possible and if so, how?
Create JSDoc commentsPosition the caret before the declaration of the method/function or field to document, type the opening block comment /** , and press Enter . WebStorm generates a JSDoc comment with a list of parameters ( @param ) and return values ( @returns ), where applicable.
Since Webstorm v8. 0.0, you can create JSDoc comments by simply typing /** right before the method or function declaration you want to add the documentation, and then press Enter , this will generate a basic block with all your parameters already set.
Try enabling Show quick documentation on mouse move in Settings | Editor | General
to show docs on mouse hover. Note that normally documentation popup is available on Ctrl+Q
(View | Quick documentation
)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With