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

Visual studio plugin #14

Closed RikkiGibson closed 6 years ago

RikkiGibson commented 8 years ago

It would be amazing to have a visual studio plugin or Roslyn analyzer that offers a code fix which replaces a call to SyntaxFactory.Parse_ methods with a syntax tree literal. Is there any will to create this? I could try my hand at it at some point if that sounds appealing.

KirillOsenkov commented 8 years ago

I most certainly won't have time for this, but this shouldn't discourage enthusiastic contributors :)