UUID Generator
A VS Code extension that generates UUIDs (v4 and v7) and automatically copies them to your clipboard.
Features
- Generate UUID v4: Creates a random UUID v4 and copies it to your clipboard
- Generate UUID v7: Creates a time-ordered UUID v7 and copies it to your clipboard
- Automatic clipboard copy: Generated UUIDs are automatically copied to your clipboard
- Notification feedback: Shows a notification with the generated UUID for confirmation
Usage
- Open the Command Palette (
Ctrl+Shift+P on Windows/Linux or Cmd+Shift+P on macOS)
- Type "Generate UUID" to see available commands:
- Generate UUID v4: Creates a random UUID v4
- Generate UUID v7: Creates a time-ordered UUID v7
- Select the desired command
- The UUID is automatically copied to your clipboard and a notification will display the generated value
Requirements
No additional requirements or configuration needed. The extension works out of the box.
Extension Settings
This extension does not add any VS Code settings.
Release Notes
0.0.1
Initial release of UUID Generator:
- Generate UUID v4 command
- Generate UUID v7 command
- Automatic clipboard copy functionality
- Notification feedback
| |