From d20ff3d26633ffa477962682c4c793cea4f64a2b Mon Sep 17 00:00:00 2001 From: Mark Probst Date: Wed, 10 Jan 2018 11:48:23 -0800 Subject: [PATCH] Paste JSON as Code --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 59524f2..9a228fb 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Multiple clipboards](#multiple-clipboards) - [npm Intellisense](#npm-intellisense) - [Partial Diff](#partial-diff) + - [Paste JSON as Code](#paste-json-as-code) - [Path IntelliSense](#path-intellisense) - [Project Manager](#project-manager) - [REST Client](#rest-client) @@ -396,6 +397,12 @@ Features full workbench theming ![Partial Diff](https://raw.githubusercontent.com/ryu1kn/vscode-partial-diff/master/images/public.gif) +#### [Paste JSON as Code](https://marketplace.visualstudio.com/items?itemName=quicktype.quicktype) + +> Infer the structure of JSON and paste is as types in many programming languages + +![Paste JSON as Code](https://raw.githubusercontent.com/quicktype/quicktype-vscode/master/media/demo.gif) + ### [Path Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense) > Visual Studio Code plugin that autocompletes filenames