VS Code extension for formatting MeLiBu Bus Description File (MBDF) files, with a one-click format button in the editor toolbar.
Features
- Editor toolbar button:
MBDF Format
- Command:
Format MBDF Document
- Shortcut:
Shift+Alt+F (MBDF files only)
- Basic syntax highlighting
Configuration
Add the following to VS Code settings:
{
"mbdf.formatter.indentSize": 4,
"mbdf.formatter.formatOnSave": false
}
indentSize: Number of spaces for indentation (1–16)
formatOnSave: Format on save (works with editor.formatOnSave)
Demo

Changelog
See CHANGELOG.md for version history.
| |