# UUID / GUID Generator This extension allows to generate [Universally Unique Identifiers](https://en.wikipedia.org/wiki/Universally_unique_identifier), also known as UUID or GUID. This can be done either instantly for a single UUID or through a dedicated UI, where multiple UUIDs can be generated at once. ![Example](example.png) ![Example](example-generator.png) This extension also allows to format the UUID to several different styles in a fast way. ![Example](example-formatting.png) ## Settings - **UUID Version**: The UUID version, either [v4](), [v6]() or [v7]() - **Number of UUIDs to generate**: The number of UUIDs that will be created, only applies when using the UI of the extension - **Validate UUIDs strictly**: Whether the UUID should validate correctly (with version and time info) or if it just needs to be in the correct format and hex characters - **Uppercase**: Whether the characters of the UUID should be uppercase - **Hyphen**: Whether the UUID should contain hyphens (-) - **Braces**: Whether the UUID should be wrapped in braces ({}) - **Quotes**: Whether the UUID should be wrapped in quotes - **Search result formats**: Several different formats for fast formatting in search results ![Example](example-settings.png) ## About this extension Author: [Christopher Steiner](https://github.com/ChristopherSteiner) Co-Author: [Marco Senn-Haag](https://github.com/MarcoSennHaag) Supported operating systems: - Windows - macOS - Linux