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
- Make sure Git is installed and your workspace is a Git repository.
- Open the Command Palette (⌘⇧P / Ctrl ⇧ P).
- Run “Git: Create Tag or Git: 새 태그 생성”.
- Start typing a tag name:
- Pick an existing tag from the list, or
- Press Enter to create a new one.
- (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.
| |