Skip to content

A Visual Studio Code extension for generating new UUID, ULID, and GUIDs for testing purposes

Notifications You must be signed in to change notification settings

torywalker/vscode-unique-identifier-generator

Repository files navigation

Unique ID Generator (ULID/UUID)

Features

Generate unique identifiers that adhere to one of three standards:

  • ULID
  • UUID v1 (Timestamp)
  • UUID v4 (Random)

Installation

  1. Open Visual Studio Code
  2. Open Extension Marketplace Panel
  3. Search for Unique ID Generator (ULID/UUID)

Usage

Type CMD+shift+P to open the command palette, and type any part of the following commands to autocomplete:

  • generate ULID
  • generate UUID v1 (Timestamp)
  • generate UUID v4 (Random)

Source Code

Github

About

A Visual Studio Code extension for generating new UUID, ULID, and GUIDs for testing purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published