-
Notifications
You must be signed in to change notification settings - Fork 6k
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
F1 on global
keyword of a global using
directive opens the wrong help page
#43915
Comments
@arkalyanms do we know which team/dev owns the F1 help experience? |
Arun - assigning to you to help re-assign to the appropriate owners/repo/ |
Tagging @BillWagner who might know |
@olegtk is this on the Editor side? |
@arkalyanms this is on our side. We own the "help label" that is produced, and the doc team owns tying that label to a particular page that explains it. |
F1 command is owned by VS Shell, but many components contribute key/values (called "language context") that eventually comprise the URL that is being open in browser. I see the URL in this case is Notice "global_CSharpKeyword". But the page you want it to open has using_CSharpKeyword tag: So I guess you need to update either of these to match. |
Moving to docs. we now pass |
Version Used: VS 17.6 P5
Steps to Reproduce:
Press F1 on the
global
keyword.Expected Behavior:
The help page for using directives is opened, which has a section on the
global
modifier.Actual Behavior:
The help page for the namespace alias operator is opened, which explains the usage of
global
as a namespace alias.The text was updated successfully, but these errors were encountered: