Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmis1000/insertthis
Insert image into typescript has never been so easy
https://github.com/mmis1000/insertthis
Last synced: about 2 months ago
JSON representation
Insert image into typescript has never been so easy
- Host: GitHub
- URL: https://github.com/mmis1000/insertthis
- Owner: mmis1000
- License: mit
- Created: 2024-09-13T10:13:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T14:18:07.000Z (4 months ago)
- Last Synced: 2024-09-18T04:12:23.337Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 359 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Insert this (WIP)
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/mmis1000-personal.insert-this)](https://marketplace.visualstudio.com/items?itemName=mmis1000-personal.insert-this)
This is a extension that help you insert image resource into react project with ease
## Features
### Insert image with context menu
### Insert image with drag
### Insert variable with drag and drop
## Requirements
WIP
## Extension Settings
WIP
## Known Issues
Insert don't work if file has syntax error on location other than cursor or drag target
## Release Notes
### 0.0.1
Initial publish
### 0.0.2
Add tab stop 0 to snippet string so tab won't delete selection
### 0.0.3
Workaround swc/wasm span bug when there is comment or span before first statement
### 0.0.4
Add even more swc/wasm workaround
### 0.0.5
Fix col calculation error caused by multi byte character and add license
### 0.0.6
Add e2e and fix windows path case issue
### 0.0.7
Add icon
**Enjoy!**