Skip to content

Better completion support for generics extending interface with optional fields #12968

@mjbvz

Description

@mjbvz

From @unional on December 15, 2016 22:49

  • VSCode Version: 1.8.0
interface X {
  a?: string
}

function boo(x: X): any
function foo<T extends X>(x: T): any

image

image

Copied from original issue: microsoft/vscode#17351

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptVS Code TrackedThere is a VS Code equivalent to this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions