Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/penouc/gen
vscode extension for generator usual code eg. colors array, locations: point , lineString, polygon
https://github.com/penouc/gen
code colors extension generator locations
Last synced: 14 days ago
JSON representation
vscode extension for generator usual code eg. colors array, locations: point , lineString, polygon
- Host: GitHub
- URL: https://github.com/penouc/gen
- Owner: penouc
- Created: 2018-09-12T14:06:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T16:20:54.000Z (over 6 years ago)
- Last Synced: 2024-11-21T18:27:12.517Z (3 months ago)
- Topics: code, colors, extension, generator, locations
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=penouc.congen
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# congen README
congon is short of `content generator`. That's mean this extension is used for Content Generator.
## Features
As Its name. It's used for Content Generator, when you want to generate some snippet, and you didn't wanna find this code somewhere. You can just press `Shift+CMD+P` and type gen to get the snippet.
For example, I just wanna gen a colors array:
![生成颜色数组](https://ws3.sinaimg.cn/large/0069RVTdly1fv85kk24z9g30zc0q1u0x.gif)
## Requirements
- Node.js
- VSC## Extension Settings
- Nop
## Known Issues
## Release Notes
Users appreciate release notes as you update your extension.
### 0.0.1
- 完成基础功能
- 生成颜色数组
- 生成地图点,线---
**Enjoy!**