Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VHDL Cleanup ExtensionNew to Visual Studio Code? Get it now.
VHDL Cleanup Extension

VHDL Cleanup Extension

YuniSoft

|
2 installs
| (1) | Free
Run VHDL unused declaration/import cleanup on the active file.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft