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

Don't show C# on-the-fly-doc for namespace symbols #75637

Merged
merged 1 commit into from
Oct 26, 2024

Conversation

genlu
Copy link
Member

@genlu genlu commented Oct 25, 2024

The selected namespace symbol's DeclaringSyntaxReferences also include every child namespace declaration of it (e.g. both MS.CA and MS.CA.Features for MS.CA), this make it very different from say a type symbol and usually means a whole lot of namespaces declaration are being included, each of the reference range only contain the name themselves. This is very different from other types of symbols in C# and the result isn't very useful

@genlu genlu requested a review from a team as a code owner October 25, 2024 23:26
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead VSCode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants