How to get JSDoc to show up in Typescript auto-complete help
I have a typescript .d.ts file that has function documentation in it. However, I can't seem to get this to show up in the editor when editing typescript. I tried adding the @description tag and it still doesn't show up. Has anyone gotten this working?
请先登录再写评论。
JSDoc support for TypeScript is worse than for javascript, but this should still work
Please can you provide a code snippet that shows up the issue?