Skip to content

Completions inside JSDoc #15853

Closed
Closed
@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

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions