-
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 using static
directive doesn't open the correct help page
#43899
Comments
I checked the docs source, and those tokens should resolve as follows:
LMK if the keyword tokens should change. |
The C# help service returns the term Apparently that doesn't map to any page in the docs, right? |
Assigning to @arkalyanms, similar to #43915, to help identify and assign to the appropriate owner(s) for F1 help. |
Closing this issue as we've seen no reply to the request for more information. If you are able to get the requested information, please add it to the issue and we will retriage it. |
Closing this issue as we've seen no reply to the request for more information. If you are able to get the requested information, please add it to the issue and we will retriage it. |
@BillWagner i'm moving this to docs. We need a link setup so that |
Fixed in #44540 |
Version Used: VS 17.6 P5
Steps to Reproduce:
Press F1 while the caret is on the keywords
using
orstatic
.Expected Behavior:
In both cases the help document for using directives is opened, which has a section on the static modifier.
Actual Behavior:
In both cases the "No F1 help match was found" page is opened.
Associated WorkItem - 360315
The text was updated successfully, but these errors were encountered: