Generate a time-ordered UUID v7 directly in your editor.
UUID v7 is a time-based unique identifier that is lexicographically sortable, making it ideal for database primary keys and distributed systems.
This plugin adds a single action to the Generate menu (Alt+Insert / Cmd+N) that inserts a freshly generated UUID v7 at the current caret position.
Features:
Uuid.generateV7().Based on the official UUID v7 specification (RFC 9562).