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

https://github.com/contigen/svg-onselect

VS Code to extension to display SVGs upon selection
https://github.com/contigen/svg-onselect

vscode-extension

Last synced: about 2 months ago
JSON representation

VS Code to extension to display SVGs upon selection

Awesome Lists containing this project

README

          

# svg-onselect

A VS Code extension to display SVG on selection.

Extension command can be accessed from the command palette (`ctrl/cmd + shift + p`) or editor's context menu, **only when there's a selection.**

Command Palette

![Screenshot of command palette showing the extension command](./assets/command-palette.png)

Context menu

![shot of editor's context menu showing the extension command](./assets/context.png)

https://github.com/user-attachments/assets/5f0a22c9-3f54-427d-b6b3-2e4b81d0e756

## Installation

Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

```bash
ext install contigen.svg-onselect
```

[Link to VS Code Marketplace ](https://marketplace.visualstudio.com/items?itemName=contigen.svg-onselect)

## Issues

Open a PR if you have one.

## v1.0.0

Initial release

---

**Enjoy!**