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: 6 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T16:20:54.000Z (over 7 years ago)
- Last Synced: 2025-03-15T21:32:39.896Z (11 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: 0
- 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:

## Requirements
- Node.js
- VSC
## Extension Settings
- Nop
## Known Issues
## Release Notes
Users appreciate release notes as you update your extension.
### 0.0.1
- 完成基础功能
- 生成颜色数组
- 生成地图点,线
---
**Enjoy!**