gpt4 book ai didi

typescript - 如何为Visual Studio代码添加方法描述?

转载 作者:行者123 更新时间:2023-12-02 16:42:20 28 4
gpt4 key购买 nike

在某些方法上,Visual Studio Code (VSC) 自动描述如下所示的智能感知建议:

enter image description here

如何为自定义代码完成此操作,我尝试查找此名称接口(interface)的源代码:并找到了这段代码:

    /** Returns a string representation of a function. */
toString(): string;

所以我尝试将相同的内容添加到我的类方法中:

      /** Returns a string representation of a function. */
nowUTS()
{

return Math.round(Date.now()/1000);
}

但是当 VSC 给出这个方法作为建议时,我只能从视觉上得到这个:

enter image description here

我应该如何记录我的类方法,以便 Visual Studio Code Intellisense 来获取描述?

最佳答案

关于typescript - 如何为Visual Studio代码添加方法描述?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61386805/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com