Editor integration¶
In order to minimize friction and maximize productivity, builderer provides its own schema.json for .builderer.yml. If your editor supports
YAML schema validation, it's definitely recommended to set it up.
Visual Studio Code¶
- Install
vscode-yamlfor YAML language support. - Add the schema under the
yaml.schemaskey in your user or workspacesettings.json:{ "yaml.schemas": { "https://builderer.florian-sattler.de/schema.json": ".builderer.yml" } }
Other¶
- Ensure your editor of choice has support for YAML schema validation.
- Link the schema present at
https://builderer.florian-sattler.de/schema.jsonto files named.builderer.ymlor manually select the schema.