quicktype-vs icon indicating copy to clipboard operation
quicktype-vs copied to clipboard

Don't generate a namespace if pasting inside a namespace

Open schani opened this issue 7 years ago • 0 comments

The Roslyn APIs make it relatively easy to figure out whether the cursor is within a C# namespace. In that case we should only generate the classes, and probably add the required usings at the top, the latter of which would require a bit of work outside of just invoking the quicktype CLI.

schani avatar Feb 05 '18 22:02 schani