This extension generates Universal Unique Identifier (UUID) values and will either insert them into the current active editor, or place them on the clipboard. One useful case for this extension is to ...
IntToUuid encodes a non-negative 64-bit integer identifier and an optional 32-bit namespace into a valid UUID at runtime — no need to store the UUID alongside the integer. The UUID is fully reversible ...