Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simon-he95/vscode-generate-preset
右键创建预设的模板文件
https://github.com/simon-he95/vscode-generate-preset
presets vscode-extension
Last synced: 10 days ago
JSON representation
右键创建预设的模板文件
- Host: GitHub
- URL: https://github.com/simon-he95/vscode-generate-preset
- Owner: Simon-He95
- License: mit
- Created: 2023-05-11T02:14:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-20T14:11:47.000Z (4 months ago)
- Last Synced: 2024-09-21T09:52:16.586Z (about 2 months ago)
- Topics: presets, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=simonhe.vscode-generate-preset
- Size: 5.54 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
English | 简体中文
Configure the preset template, and then add it to the right-click. As a quick way to create files, you can configure the template.code-snippets under the user snippet to configure the new template creation, [key]: the corresponding file name And the drop-down option displayed, [value]: the template of the corresponding string (it is recommended to add presets through the Add Preset provided by the plug-in, because it is read through json, there is no way to use the template string, and it is inconvenient to change the configuration file directly)
## Usages
Right-click on the file directory and you will see `Preset`. If you move to `Preset`, you will add the template `Add Preset`, delete the template `Delte Preset`, and select the template `Select Preset` The default template will contain the configuration of tailwind.config and unocss.config. You can add some templates in your development as a shortcut to create files.
![demo](/assets/demo.gif)
## :coffee:
[buy me a cup of coffee](https://github.com/Simon-He95/sponsor)
## License
[MIT](./license)