vscode-docthis icon indicating copy to clipboard operation
vscode-docthis copied to clipboard

Enable docs for interface CallSignatures (Fixes #123)

Open AvremelM opened this issue 7 years ago • 1 comments

Allows generating docs for call signatures of interfaces and types, e.g.

    interface Foo {
        /**
         * @description
         * @param {string} bar
         * @returns {*}
         * @memberof Foo
         */
        (bar: string): any;
    }

This fixes issue #123

AvremelM avatar Oct 23 '18 17:10 AvremelM

My apologies for the delay. Can you please catch up with master and test this for any regressions? Thank you!

joelday avatar Feb 14 '19 16:02 joelday