GenerateUUID icon indicating copy to clipboard operation
GenerateUUID copied to clipboard

Generate UUID for Sublime Text

Results 3 GenerateUUID issues
Sort by recently updated
recently updated
newest added

- I added the `firstUuidGroup` option to the command. I find this option useful to generate 8-char random UIDs which i use as labels throughout my code. This is similar...

For example, if i select all occurrences of `uuid` using `Ctrl + D` and then try to create multiple UUIDs at once, all `uuid` instances are replaced with single value....

feature

If I'm in a file that has the string 'uuid' anywhere in it -- which is likely if I'm coding something dealing with uuids -- this package's 'uuid' autocomplete fails....