Integrates scaffdog into VS Code.
Although scaffdog can be used as a CLI tool, this extension allows you to use scaffdog intuitively from the GUI 🐶
The Explorer view is used as the starting point for the operation.
- Right-click to select a directory.
- Click
Run scaffdog in selected folder
. - Select document.
- Answers a couple of questions.
- The files will be generated ❤️
The following versions are required for scaffolding through the local module.
- scaffdog
v2.5.0+
The minimum versions that the extension will work with are listed below. Note, however, that there will be functional differences due to the use of scaffdog bundled with the extension.
- scaffdog
v2.0.0+
The following are VS Code commands.
Run scaffdog on the selected directory. It will appear in the command palette suggestions only if the directory is the focus in Explorer.
Open the output channel where extension information is displayed. If scaffdog.debug
is enabled, you will see a lot of information.
The following are VS Code settings.
default: true
Enables and disables the scaffdog extension.
default: true
Enable debug logging.
default: .scaffdog
The scaffdog project folder to be searched. To specify multiple folders, enter values separated by commas.
Example:
.scaffdog, .templates
default: false
Forces overwriting of existing files without opening a confirmation dialog.
See CHANGELOG.md.