Updated Syntax Visualizer (markdown)

CyrusNajmabadi 2020-06-18 09:07:30 -07:00
Родитель 70afd1e6ff
Коммит 591dbcfc0f
1 изменённых файлов: 1 добавлений и 1 удалений

@ -90,7 +90,7 @@ Here is the docking layout that I normally use for the visualizer tool window an
![fig10.png](images/fig10.png)
# Inspecting Semantics
The Syntax Visualizer also allows you to do some rudimentary inspection of symbols and semantic information. Lets look at some examples. You can read more about APIs for performing semantic analysis in the [.NET Compiler Platform (“Roslyn”) Overview document](https://github.com/dotnet/roslyn/wiki/Roslyn%20Overvi).
The Syntax Visualizer also allows you to do some rudimentary inspection of symbols and semantic information. Lets look at some examples. You can read more about APIs for performing semantic analysis in the [.NET Compiler Platform (“Roslyn”) Overview document](https://github.com/dotnet/roslyn/wiki/Roslyn%20Overview).
In the C# file above, type `double x = 1 + 1;` inside Main().