With JSON schema, you can use IntelliSense in Visual Studio Code when editing DBR template files.
-
Copy the file to workspace root.
-
Press Ctrl+Shift+P to open User Setttings.
-
Add the configuration:
"json.schemas": [ { "fileMatch": [ "/tpl_*.json" ], "url": "./dbr.json" }]
-
create template files named tpl_*.json.