Generate unique identifiers that adhere to one of three standards:
- ULID
- UUID v1 (Timestamp)
- UUID v4 (Random)
- Open Visual Studio Code
- Open Extension Marketplace Panel
- Search for Unique ID Generator (ULID/UUID)
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)