Skip to content

[Bug, FCS, Tooltips] Parameter name isn't visible in a tooltip when parameter is a tuple #10441

@En3Tho

Description

@En3Tho

Please provide a succinct description of the issue.

Doesn't work when parameter is a tuple:

let receivesTuple thisIsAVeryImportantTupleName =
    let (a, b) = thisIsAVeryImportantTupleName
    a + b

image

But works when parameter is a struct tuple:

let receivesStructTuple thisIsAVeryImportantTupleName =
    let struct (a, b) = thisIsAVeryImportantTupleName
    a + b

image

Both in Rider and Visual Studio

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-FCSBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.

    Type

    Projects

    Status

    New

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions