Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
En3Tho opened this issue Nov 12, 2020 · 0 comments
Labels
Area-FCS Bug Impact-Low (Internal MS Team use only) Describes an issue with limited impact on existing code.
Milestone

Comments

@En3Tho
Copy link
Contributor

En3Tho commented Nov 12, 2020

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

@En3Tho En3Tho changed the title Parameter name isn't visible in a tooltip when parameter is a tuple [Bug, FCS] Parameter name isn't visible in a tooltip when parameter is a tuple Nov 12, 2020
@En3Tho En3Tho changed the title [Bug, FCS] Parameter name isn't visible in a tooltip when parameter is a tuple [Bug, FCS, Tooltips] Parameter name isn't visible in a tooltip when parameter is a tuple Nov 12, 2020
@cartermp cartermp added this to the Backlog milestone Nov 12, 2020
@KevinRansom KevinRansom added the Impact-Low (Internal MS Team use only) Describes an issue with limited impact on existing code. label Jul 21, 2021
@vzarytovskii vzarytovskii moved this to Not Planned in F# Compiler and Tooling Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-FCS Bug Impact-Low (Internal MS Team use only) Describes an issue with limited impact on existing code.
Projects
Status: New
Development

No branches or pull requests

3 participants