Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/discretetom/json-hover
VSCode extension to show string values on hover for JSON files.
https://github.com/discretetom/json-hover
Last synced: about 1 month ago
JSON representation
VSCode extension to show string values on hover for JSON files.
- Host: GitHub
- URL: https://github.com/discretetom/json-hover
- Owner: DiscreteTom
- License: mit
- Created: 2023-09-22T00:35:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-18T14:23:07.000Z (about 1 year ago)
- Last Synced: 2023-10-18T15:46:27.132Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
> **Note**
> This extension is deprecated. Use [string-hover](https://marketplace.visualstudio.com/items?itemName=DiscreteTom.string-hover) instead for better performance and more features.# json-hover
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/DiscreteTom.json-hover?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=DiscreteTom.json-hover)
![license](https://img.shields.io/github/license/DiscreteTom/json-hover?style=flat-square)
[![retsac](https://img.shields.io/badge/built_with-retsac-blue?style=flat-square)](https://github.com/DiscreteTom/retsac)VSCode extension to show string values on hover for JSON files.
This is useful to inspect the unescaped value for escaped strings (e.g. `\n`, `\\` and `\"`).
![Example](img/example.png)
## [CHANGELOG](https://github.com/DiscreteTom/json-hover/blob/main/CHANGELOG.md)