Skip to content

Clarify how to access Syntax Visualizer symbol commands via right-click context menu #47089

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Jul 3, 2025

The documentation for the Syntax Visualizer was inconsistent about how to access semantic inspection commands like "View TypeSymbol (if any)", causing user confusion. Some commands mentioned right-clicking while others did not, leading users to think these commands didn't exist.

Changes Made

Updated /docs/csharp/roslyn-sdk/syntax-visualizer.md to consistently explain that all semantic inspection commands are accessed via right-click context menu on syntax nodes:

  • View TypeSymbol (if any)
  • View Converted TypeSymbol (if any)
  • View Constant Value (if any)
  • View AliasSymbol (if any)

Before

Try **View TypeSymbol (if any)** for the same **AddExpression** node.

After

Right-click the same **AddExpression** node and select **View TypeSymbol (if any)**.

The changes make the documentation more actionable and clear, ensuring users understand exactly how to access these features in Visual Studio's Syntax Visualizer tool.

Fixes #22669.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@dotnet-policy-service dotnet-policy-service bot added the okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. label Jul 3, 2025
@Copilot Copilot AI changed the title [WIP] There are no "View TypeSymbol (if any)" command in Syntax Visualizer Clarify how to access Syntax Visualizer symbol commands via right-click context menu Jul 3, 2025
Copilot finished work on behalf of BillWagner July 3, 2025 16:09
@Copilot Copilot AI requested a review from BillWagner July 3, 2025 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-csharp/svc okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. roslyn-sdk/subsvc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

There are no "View TypeSymbol (if any)" command in Syntax Visualizer
2 participants