WebStorm 和 jsdoc3,定义允许的参数不起作用?

WebStorm and jsdoc3, defining allowed parameters doesn't work?

基于the documentation,WebStorm 中的 JSDoc 实现似乎非常有限。有没有办法延长它?我找不到任何插件。

具体来说,我希望 "allowed parameters" 工作 (as implemented 2014-04-11)

它们确实有效 - 如果参数与 @param 注释中指定的值不匹配,WebStorm 会显示类型不匹配警告:

但参数提示显示预期的参数类型,而不是值