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

Usability: Too much documentation shown in Visual Studio for Button Type #8163

Closed
srqdev opened this issue Jun 19, 2022 · 2 comments
Closed
Labels
platform/windows 🪟 s/needs-verification Indicates that this issue needs initial verification before further triage will happen t/bug Something isn't working

Comments

@srqdev
Copy link

srqdev commented Jun 19, 2022

Description

So I was changing a BindableProperty typeof statement from button to a new custombutton type.

public static readonly BindableProperty ValidValuesProperty = BindableProperty.Create(nameof(ValidValues), typeof(List<int>), typeof(Button));

When I hovered over the Button to next do right click, select and then replace, my screen was blotted out by the help documentation for the button class. It makes it a little difficult to use and is definitely a nuisance.
2022-06-19

Steps to Reproduce

  1. Open any app with a button declaration in the code.
  2. Hover over button.

Version with bug

6.0.400 (current)

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

Visual Studio 2022 Preview

Did you find any workaround?

No response

Relevant log output

No response

@srqdev srqdev added s/needs-verification Indicates that this issue needs initial verification before further triage will happen t/bug Something isn't working labels Jun 19, 2022
@jfversluis
Copy link
Member

Is there ever a thing as too much documentation? 😜 You're totally right. We still need to complete our work on the API docs, we're tracking that in #3960 where the long API descriptions is also already mentioned. Closing this one to not duplicate too much.

@jfversluis jfversluis closed this as not planned Won't fix, can't repro, duplicate, stale Jun 20, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jul 20, 2022
@samhouts
Copy link
Member

Duplicate of #3960

@samhouts samhouts marked this as a duplicate of #3960 Aug 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
platform/windows 🪟 s/needs-verification Indicates that this issue needs initial verification before further triage will happen t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants