Skip to content

docCommentTemplate not returned for assigned method in class #28786

Closed
@mjbvz

Description

@mjbvz

From microsoft/vscode#64097

TypeScript Version: 3.3.0-dev.20181130

Search Terms:

  • DocCommentTemplate

Code
In the js file:

export default class abc {
    /** */
    myfunc = (myparam) => {
        return myparam;
    }
}

Trigger a docCommentTemplate server request inside the comment.

Expected behavior:
Comment template returned

Actual behavior:
No content available. returned

Playground Link:

Related Issues:

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptVS Code PriorityCritical issues that VS Code needs fixed in the current TypeScript milestone

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions