我具有以下接口属性:
/**
* If enabled the log output will be printed locally in console.
* The log call line will not be overwritten unless {@link ILoggerConfig.useLoggerProcessors} is true
*/
printToConsole?: boolean;在生成的文档中,它使ILoggerConfig.useLoggerProcessors成为一个可单击的链接,但vscode intellisense没有:

链接部分不会打扰我,但是vscode intellisense保留了冗长的{@link ILoggerConfig.useLoggerProcessors}部分,当引用超过2个其他属性/类/方法时,很难读懂。
我可以让vscode解析注释吗?我找过一个tsdoc分机,但没有找到。
发布于 2019-01-28 17:17:58
这是VS代码1.31中的一个bug。正在跟踪下列问题:
已经支持JSDocs中的标记链接(但只支持urls,而不是符号)。
https://stackoverflow.com/questions/54395736
复制相似问题