https://github.com/vthiery/vscode-prettify-selected-json
Visual Studio Code Prettify Selected JSON Extension
https://github.com/vthiery/vscode-prettify-selected-json
json prettifier vscode-extension
Last synced: 9 months ago
JSON representation
Visual Studio Code Prettify Selected JSON Extension
- Host: GitHub
- URL: https://github.com/vthiery/vscode-prettify-selected-json
- Owner: vthiery
- License: mit
- Created: 2017-02-28T12:26:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-21T05:32:01.000Z (over 3 years ago)
- Last Synced: 2025-04-10T00:06:51.347Z (9 months ago)
- Topics: json, prettifier, vscode-extension
- Language: TypeScript
- Size: 9.77 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Visual Studio Code Prettify Selected JSON Extension
The purpose of this extension is to offer a JSON prettifier that will act on a given selection. Hence, one can only prettify
locally and keep one-line JSON and pretty JSON in the same file.
It is available on Visual Studio Marketplace
**[Prettify Selected JSON in Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=vthiery.prettify-selected-json)**
Or can be forked directly on github and packaged from the sources.
## Installation
* Install via package manager: hit F1 or "Ctrl + Shift + P", type install and then type Prettify Selected JSON and hit enter.
* Clone the git repository and package it up via [vsce](https://code.visualstudio.com/docs/tools/vscecli) for example.
## License
This extension is under MIT license.