Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-git-tag-creatorNew to Visual Studio Code? Get it now.
vscode-git-tag-creator

vscode-git-tag-creator

hyewonkang

| (0) | Free
Create Git tags effortlessly – version control simplified.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Git Tag Creator

Effortless Git tagging directly from Visual Studio Code.


Features

  • Create tags in seconds – annotated or lightweight.
  • Real-time search with fuzzy filtering while you type.
  • Newest-first ordering so your latest release is always on top.
  • Copy to clipboard – click any existing tag to copy its name.
  • Optional tag message prompt for annotated tags.
  • Shows author and creation date for every tag.

Getting Started

  1. Make sure Git is installed and your workspace is a Git repository.
  2. Open the Command Palette (⌘⇧P / Ctrl ⇧ P).
  3. Run “Git: Create Tag or Git: 새 태그 생성”.
  4. Start typing a tag name:
    • Pick an existing tag from the list, or
    • Press Enter to create a new one.
  5. (Optional) Enter a tag message for an annotated tag.

That's it – your tag is created locally and ready to push!


Commands

Command ID Title in Command Palette Description
extension.createTag Git: Create Tag Open the Quick Pick tag dialog

Requirements

  • Git 2.20 or later must be available in your system PATH.

Extension Settings

Setting Default Description
gitTagCreator.cacheTTL 30 Cache tag list for n seconds (performance)

Known Issues

  • Large repositories (⁓>1000 tags) might require a few seconds to load tags the first time.

Please report issues via GitHub Issues.


Release Notes

0.0.1

  • Initial release – create & search tags.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft