Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>VHDL Helper (Snippets + COMPONENT→DUT)New to Visual Studio Code? Get it now.
VHDL Helper (Snippets + COMPONENT→DUT)

VHDL Helper (Snippets + COMPONENT→DUT)

CookieJAR499

|
3 installs
| (0) | Free
VHDL snippets plus a command that converts clipboard COMPONENT declarations into DUT PORT MAP text in the editor.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VHDL Helper

VHDL Helper is a Visual Studio Code extension that provides VHDL snippets and a command to convert a VHDL COMPONENT declaration from the clipboard into a DUT PORT MAP inserted at the cursor or replacing a selection.

Features

  • VHDL snippets for common language patterns.
  • A command that converts clipboard COMPONENT declarations into DUT PORT MAP text.
  • A header snippet that can prefill author and course from settings.

Usage

  1. Copy a VHDL COMPONENT declaration to your clipboard.
  2. Open a VHDL file and place your cursor where you want the DUT PORT MAP inserted (or select text to replace).
  3. Run the command or use the keybinding to insert the generated port map.

Commands

  • VHDL: Clipboard COMPONENT → DUT PORT MAP (vhdlHelper.clipboardComponentToDut)
    • Default keybinding: Ctrl+Alt+D

Settings

  • vhdlHelper.authorName: Default author name used in the VHDL header snippet.
  • vhdlHelper.courseName: Default course name used in the VHDL header snippet.

AI Authorship Notice

Most of the code in this repository was written by AI, but it has been verified by a competent human.

License

MIT

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