otris / jsdoc-tsd

JSDoc template for generating TypeScript definition files based on JSDoc comments.
MIT License
29 stars 7 forks source link

Add support for namespace members #26

Closed tineheller closed 6 years ago

tineheller commented 6 years ago

jsdoc-tsd outputs modules with quoted names and I think that is correct (see 'Ambient Modules' in https://www.typescriptlang.org/docs/handbook/modules.html). But if modules have qouted names, the intelliSense doesn't work. So I think I have to change my modules to namespaces and then I need support for members in namespaces.