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
922 stars 118 forks source link

Add support for language agnostic generator #15

Closed d-kr closed 7 years ago

d-kr commented 8 years ago

Can you add a back-end for Microsoft.CodeAnalysis.Editing.SyntaxGenerator? This might indirectly solve the Visual Basic issue.

KirillOsenkov commented 7 years ago

Unfortunately this is nothing I can do. Feel free to file an issue for https://github.com/dotnet/roslyn/issues/new.