We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02d3ff commit d04ae41Copy full SHA for d04ae41
README.md
@@ -3,3 +3,12 @@
3
.NET Syntax Tree Visualizer, A C# ASP.NET Core app with ReactJS in front-end that shows Roslyn's syntax tree for a given source code.
4
5
**Note:** This web app hasn't been deployed yet.
6
+
7
+## Visual Studio already has a graph visualizer
8
9
+That's true. But not all developers work on Visual Studio. Some developers might be using Rider, VS Code, or whatever.
10
11
+## Why to inspect a syntax tree
12
13
+- For fun, if you just want to see what's the syntax tree Roslyn is generating.
14
+- For writing Roslyn's analyzers and codefixes requies knowledge of how the syntax tree for the case you're inspecting looks like.
0 commit comments