.NET Compiler Developer SDK
The .NET Compiler Developer SDK is an extension to the standard C# experience in VSCode, providing tools for working with the Roslyn compiler.
Features
Syntax Visualizer
Visualize the syntax in a C# file live, as you type, and navigate around the structure interactively.

Requirements
This extension depends on the C# extension.
Extension Settings
"compilerdevelopersdk.enableSyntaxVisualizer" - Turn on or off the C# Syntax Visualizer (defaults to on).
Known Issues
Currently none.
Release Notes
0.1.2-prerelease
- b4cda2a Implement feature request: sync the cursor position when clicking in the tree view and reveal the location if offscreen.
- b804ffb Add verbose logging option.
- 10ae84f Only fire a text document changed tree refresh if the document is a C# file.
0.1.1
- 4c2e3f3 Correct conditional display of the syntax visualizer, and contribute the setting for disabling it.
- d60da59 Only request the node at the current location if the file type is C#.
- 1e5f735 Add extension startup logging.
0.1.0
| |