ULID Generator READMEThis extension generates Universally Unique Lexicographically Sortable Identifiers, known as ULID. These have various advantages over other forms of unique identifiers, such as UUID, and are useful when it is desirable to have values that can be meaningfully ordered. A comparison of the benefits of ULID over UUID and others can be found in the canonical ULID spec. FeaturesFrom the command palette or editor context menu, one of more ULIDs can be placed into the current editor, or a single ULID placed onto the clipboard. The commands appear in the command palette as:
The option to insert a new ULID into the current editor is also available from the editor context menu and its command could be bound to a hotkey if desired. The insert function also works with the VS Code multi-cursor function to allow several ULIDs in one operation.
The extension supports ULID monotonic and time-seeded generation of ULIDs. The best explanation for this can be found in the ULID spec or the README files of the libraries listed in Requirements. This extension supports Visual Studio Code on the desktop and for the web, for example with https://vscode.dev/. RequirementsThis extension uses the ulidx fork of the original ulid package as it seems better maintained. Extension SettingsThis extension contributes the following settings:
Known IssuesNone at this time. Release Notes0.1.0Initial release of the ULID Generator extension. Support for:
0.1.1
0.2.0
|