Skip to content

Show more details about interface on hover #12920

Closed
@normalser

Description

@normalser
interface Interface {
    a: string
}

type Type = {
    a: string
}


// Hovering over `Interface` shows only `interface Interface`
let a:Interface

// Hovering over `Type` shows `Type = { a: string }`
let b:Type

Metadata

Metadata

Assignees

No one assigned

    Labels

    Working as IntendedThe behavior described is the intended behavior; this is not a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions