Skip to content

Completions inside JSDoc #15853

@ghost

Description

TypeScript Version: nightly (2.4.0-dev.20170515)

Code

///<reference path="fourslash.ts" />

/////**
//// * @param fo/**/
//// */
////function f(foo: number) {}

goTo.marker();
debug.printCompletionListMembers();

Expected behavior:

Shows completions from the function's parameters.

Actual behavior:

No useful completions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Domain: JSDocRelates to JSDoc parsing and type generationFixedA PR has been merged for this issueSuggestionAn idea for TypeScript

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions