Reputation:
Based on the documentation, the JSDoc implementation in WebStorm seems to be very limited. Is there anyway to extend it? I can't find any plugins.
Specifically, I would like "allowed parameters" to work (as implemented 2014-04-11)
Upvotes: 0
Views: 121
Reputation: 93868
they do work - if the argument doesn't match the value specified in @param
annotation, WebStorm shows type mismatch warning:
But parameter hint shows expected parameter type, not value
Upvotes: 1