Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/discretetom/string-hover

VSCode extension to show string values on hover.
https://github.com/discretetom/string-hover

Last synced: 16 days ago
JSON representation

VSCode extension to show string values on hover.

Awesome Lists containing this project

README

        

# string-hover

[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/DiscreteTom.string-hover?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=DiscreteTom.string-hover)
![license](https://img.shields.io/github/license/DiscreteTom/string-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.

This is useful to inspect the unescaped value for escaped strings (e.g. `\n`, `\\` and `\"`).

![example](img/ts.png)

## 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)