Skip to content

ludwhe/vscode-uuid

Repository files navigation

UUID Generator

Contributor Covenant CI

Generates UUIDs of any type supported by uuidjs (v1, v3, v4, v5) inside your editor.

Features

  • Supports "heavy" as well as Web Visual Studio Code ;
  • Supports multi-cursor edition with a configurable behavior: either unique (generate a UUID for each cursor) or repeat (generate a UUID to repeat across cursors) ;
  • Configurable casing (lower or upper) ;
  • Three commands :
    • "Generate UUID" (according to configured user preferences) ;
    • "Generate UUID with version" (with a prompt for the version to generate) ;
    • "Generate nil UUID".
  • Offers quick selection of reserved namespaces for v3 and v5 UUIDs.

Usage

  • Install the extension ;
  • With one or more cursors active in a text document, open the command palette (Ctrl-Shift-P or Cmd-Shift-P) ;
  • Type in any command name referenced above and hit enter.