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

VS Code extension to convert JSON to TypeScript, C#, Go, and many more

Results 28 quicktype-vscode issues
Sort by recently updated
recently updated
newest added

@dvdsgl, could you please consider publishing a new version to the [Visual Studio Code extension registry](https://marketplace.visualstudio.com/items?itemName=quicktype.quicktype)? It hasn't been updated since 2018. Ref to https://github.com/glideapps/quicktype/issues/2395

Although YAML is not a language (or so I've heard), it would be nice to be able to generate code to parse YAML input in Quicktype. Meaning, I paste in...

Currently the extensions only creates TS interface. We use types in our repo and would like a setting to change this behaviour.

When generating code from JSON Schema (VsCode option "Open QuickType for Json Schema") the code fails to appear when there are types that reference another file. For example the following...

Can the extension convert a class or type to json too? ```[tasklist] ### Tasks ```

When I use JSON to Rust generate a file like below: ``` pub struct Record{ #[serde(rename = "CODE")] code: String, #[serde(rename = "SECURITY_CODE")] security_code: String, #[serde(rename = "NAME")] name_abbr: String,...

> Quicktype: Just Types ☑️ Produce just types, or (de-)serialization code as well? Well hmm, which is it when checked? [left] _or_ [right]? 😃 Suggestion: https://github.com/quicktype/quicktype-vscode/blob/master/package.json#L54 ```json "quicktype.justTypes": { "type":...

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies