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

Visual Studio extension to paste JSON as C#, C++, TypeScript, and more

Results 10 quicktype-vs issues
Sort by recently updated
recently updated
newest added

I would like to request this extension in VS2022

Hello, Thank you for such a great help to the community. Much appreciated ! When will you be releasing a VS 2019 extension ? Thanks

Try as I may, I have not been able to find any configuration options in the Visual Studio extension. If configuration options do not exist, I think it would be...

As a developer I would like the ability to have an option to switch the reference from System.Text.Json or Newtonsoft.Json using reference.

For inclusion in [CodeMix IDE](https://twitter.com/brianfernandes/status/1001556087273938944)

Hi Just letting you know when searching for quicktype using Visual Studio 2017, two results are returned. I downloaded mine directly via the browser so there's no confusion. Thought you...

After I paste, the cursor should be at the same position and the viewport should be the same. This is non-standard paste behavior but overall I think it’s less disorienting,...

Right now you have to build `quicktype.exe` in the quicktype core repo by hand, copy it over, and then make a release build.

The nuget package should be added automatically if it isn't referenced already. The Roslyn workspace API allows this I think.

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...