Skip to content

Help make the extensions Marketplace better for everyone. Take this survey!

| Marketplace
Sign in
Visual Studio Code>Other>.NET Compiler Developer SDKNew to Visual Studio Code? Get it now.
.NET Compiler Developer SDK

.NET Compiler Developer SDK

Fredric Silberberg

|
43 installs
| (1) | Free
VS Code extension for working with and on the Roslyn compiler.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

.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.

Syntax visualizer demonstration

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

  • First prerelease
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft