mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2024-10-01 01:05:39 -04:00
Paste JSON as Code
This commit is contained in:
parent
5c51021bd1
commit
d20ff3d266
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user