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

Module suffix is visible in VS tooltips #17335

Open
psfinaki opened this issue Jun 21, 2024 · 0 comments
Open

Module suffix is visible in VS tooltips #17335

psfinaki opened this issue Jun 21, 2024 · 0 comments
Labels
Area-LangService-ToolTips tooltips/hover/quickinfo Bug Impact-Low (Internal MS Team use only) Describes an issue with limited impact on existing code.
Milestone

Comments

@psfinaki
Copy link
Member

This code:

type MyType = { F: int }

module MyType =
    let func123 x = x

Shows this tooltip for func123:
image

AFAIU the Module suffix is supposed to be hidden there, it's confusing like this.

@github-actions github-actions bot added this to the Backlog milestone Jun 21, 2024
@abonie abonie added Area-LangService-ToolTips tooltips/hover/quickinfo Impact-Low (Internal MS Team use only) Describes an issue with limited impact on existing code. and removed Needs-Triage labels Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-LangService-ToolTips tooltips/hover/quickinfo 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

2 participants