Skip to content

Commit d04ae41

Browse files
authored
Update README.md
1 parent c02d3ff commit d04ae41

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@
33
.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.
44

55
**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

Comments
 (0)