dotnet-snippets

MIT License

Stars
11

dotnet-snippets

This is work in progress.

This tool can be used to generate properly colored HTML snippets for C# (and presumably VB.NET) code. Given a project and a document name, it will run the Roslyn classifier to determine the semantic type of each token in the document.

It can also transform theme files to CSS style definitions.

Supported Themes

  • JetBrains Rider

Related Work

Credits

Thanks to the helpful folks in the C# Discord Roslyn channel for pointing me to the Classifier class. Syntax visitors or walkers would have been way more complicated!