Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

右键创建预设的模板文件

Awesome Lists containing this project

README

        


generate preset


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)