https://github.com/discretetom/string-hover
VSCode extension to show string values on hover.
https://github.com/discretetom/string-hover
Last synced: about 2 months ago
JSON representation
VSCode extension to show string values on hover.
- Host: GitHub
- URL: https://github.com/discretetom/string-hover
- Owner: DiscreteTom
- License: mit
- Created: 2023-10-14T03:26:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T15:09:27.000Z (4 months ago)
- Last Synced: 2025-02-05T06:38:58.014Z (4 months ago)
- Language: TypeScript
- Size: 240 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# string-hover
[](https://marketplace.visualstudio.com/items?itemName=DiscreteTom.string-hover)

[](https://github.com/DiscreteTom/retsac)VSCode extension to show string values on hover.
This is useful to inspect the unescaped value for escaped strings (e.g. `\n`, `\\` and `\"`).

## Supported Languages
- JavaScript (`*.js`) / TypeScript (`*.ts`)
- Rust (`*.rs`)
- JSON (`*.json`) / JSON with comments (`*.jsonc`)## Contributing
Welcome to contribute by creating issues or sending pull requests (e.g. adding support for more languages).
## [CHANGELOG](https://github.com/DiscreteTom/string-hover/blob/main/CHANGELOG.md)