You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't tested it, but I would assume you are correct. I did not know about ".d.ts" files (I do not use TypeScript, myself), so I did not realize there was another way to declare functions in TypeScript. I will look into this as soon as I have time.
I haven't made any specific changes attempting to support this behavior, but in Visual Studio 2015, this seems to work in a few test cases I have tried. I haven't tested in any other versions of Visual Studio, which may not recognize d.ts files as being part of the TypeScript language, so it may not work in every version.
Testing JSDoc support for typescript and it seems pretty good, but there are no doc generation for d.ts files yet, is it?
The text was updated successfully, but these errors were encountered: