F1 on `global` keyword of a `global using` directive opens the wrong help page
Open
:watch: Not Triaged
- Dominant language
- No language data
- Stars
- 4.8k
- Forks
- 6.1k
- Avg merge
- 15h 21m
- Merged PRs (30d)
- 370
Description
**Version Used**: VS 17.6 P5
**Steps to Reproduce**:
Press F1 on the `global` keyword.
```csharp
global using System;
```
**Expected Behavior**:
The [help page for using directives](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/using-directive) is opened, which has a section on the `global` modifier.
**Actual Behavior**:
The [help page for the namespace alias operator](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/namespace-alias-qualifier) is opened, which explains the usage of `global` as a namespace alias.
Contributor guide
Assessment
This issue has not been assessed yet.