KirillOsenkov / RoslynQuoter

Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree
http://roslynquoter.azurewebsites.net
Apache License 2.0
918 stars 118 forks source link

Add Ace text editor for formatting/highlighting #55

Closed brantburnett closed 4 years ago

brantburnett commented 4 years ago

This makes editing the C# text much easier, especially when it's complicated.

KirillOsenkov commented 4 years ago

Published, thanks.

louthy commented 4 years ago

@brantburnett Just tried this out, looks good, thanks! One suggestion, could it be used for the output too?

brantburnett commented 4 years ago

@louthy hmmm, good question, I'll check into it