Generates a random UUID and inserts it at the current cursor position or replaces the selected content
Automatically copies to clipboard when no editor is open
Generate UUID v4 without Hyphens (common-tools.uuid.generate-without-hyphens)
Generates a random UUID without hyphens and inserts it at the current cursor position or replaces the selected content
Automatically copies to clipboard when no editor is open
Random String Tool
Generate Random String (common-tools.random.generate)
Generates a random string with customizable length and character sets
Supports combinations of numbers, lowercase letters, uppercase letters, and special symbols
Inserts at the current cursor position, or at the end of file if no cursor is present
Displays the generated random string when no editor is open
Menu and Usage
Select the content you want to process, or don't select anything to process the entire file.
Right-click and select the "Common Tools" menu, then choose the corresponding feature by group.
Or press Cmd+Shift+P (Mac)/Ctrl+Shift+P (Windows) to open the command palette, type the command name (such as "lower case" or "timestamp"), and press Enter.
Format commands support 10/13 digit timestamps input. 10-digit timestamps are automatically converted without milliseconds, 13-digit timestamps preserve milliseconds. Returns an empty string when selection is empty.