VHDL Cleanup Extension
This VS Code extension runs the VHDL cleanup script on the active VHDL file.
Commands
VHDL Cleanup: Dry Run
VHDL Cleanup: Apply
Dry Run can open a side-by-side diff preview of the active file versus the cleaned result.
Settings
vhdlCleanup.pythonPath: Python executable (python3 by default)
vhdlCleanup.scriptPath: Optional absolute path to script. If empty, uses bundled script.
vhdlCleanup.removeCommentProtected: Also remove declarations only referenced in comments.
vhdlCleanup.openDiffOnDryRun: Open diff preview when running Dry Run.
Development
npm install
npm run compile
Press F5 in VS Code to launch an Extension Development Host.
Packaging
npm run package:vsix
Install the generated .vsix from VS Code Extensions view.
| |