JS Parameter Info not showing method code documentation
Ctrl + P on a parameter shows it's name and type. Ctrl + Q on the method shows the code documentation on each parameter. Sadly the Ctrl + P doesn't include that parameter description.
Example of code:
/** * @param {boolean=} opt_capture Optional whether to use capture phase. */ foo.prototype.listen = function(opt_capture) { ... };
Example of code:
/** * @param {boolean=} opt_capture Optional whether to use capture phase. */ foo.prototype.listen = function(opt_capture) { ... };
1 comment
Sort by
Date
Votes
you can file feature request
Please sign in to leave a comment.