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
- Host: GitHub
- URL: https://github.com/contigen/svg-onselect
- Owner: contigen
- Created: 2024-01-04T11:34:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T05:48:49.000Z (almost 2 years ago)
- Last Synced: 2025-03-04T08:29:17.107Z (over 1 year ago)
- Topics: vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=contigen.svg-onselect
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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

Context menu

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!**