自动建议预览中未显示@param和@returns JSDoc描述-VS代码

时间:2018-08-06 04:59:24

标签: typescript visual-studio-code

我有一个带JSDoc评论功能的打字稿文件

   /**
     * Get the manipulated URL
     * @param  {string} inputURL URL received from web services
     * @returns {string} updated URL with extension
     */
    manipulateURL (inputURL:string) : string {
        //Logic to manipulate URL
     }

仅在使用此功能的另一个文件中,获取显示在自动建议功能预览中的可操纵URL 。我可以在自动建议预览中看到@author。但是未显示@param@returns,在大多数功能中都需要。

是否可以将JSDoc的预览配置为在VS Code自动建议预览中显示@returns@param

其他详细信息

  1. VS Code版本-1.16.1
  2. 节点版本-8.11.2
  3. 操作系统-Windows 7

1 个答案:

答案 0 :(得分:0)

您应该升级到最新版本(当前为1.25.1)。我的编辑可以显示评论。您也应该升级打字稿