An open API service indexing awesome lists of open source software.

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

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.