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 option to share quotes #59

Open Pzixel opened 3 years ago

Pzixel commented 3 years ago

It would be nice to keep input content in query string in order to easily share calls like TypeScript playground does: https://www.typescriptlang.org/play?#code/PQKhCgAIUhRBHArgQwDYB4DOAXATgSwDsBzAGkhwJID5IBeSPRAU3IRQ0qLMkMQFsARs1y0GAMzSZmAOighg4bAE8ADszhI06AILkAQmMgAKdAA1qxgJT1aZyMwAe2ZoQAmmSDsgB+SAEZIAC5IACYbJxd3T3NLGzo7B2dXD0h9KF8AjJDQjL8mZmzISVRpAG5wSqIXXEkAYw0AVUJ8bHQAFVoAbwzEFuwfEPaKgF9K8T667HwAe0JIQURMDss6ufF8YhCeyEhUfBwQnVxcZGV0DN32pKjUgG1m1vQicREvanJHtpe3wwBdS67TLsbR6NK0SIpTwFQFAzLtWFAkKEZgANxEiORaIxu2ooysIVRM3wbkgXTG4DWhBwkD6rXokA6pEsdIGQ3itGMXVp-UgIysFXAi0wXIy+0OkDugLurPQfCEIji5Fl8uEomsf1I0tlXBo1mV-SweG4cU1GTN-MFwtFu3F2BCdxlhtViv1PKeuuIps1kGAwAcJxmuHAlvAQA

see this code part. It shouldn't be hard to implement but adds a lot of popularity to the tool: when you can share it more people get involved.