GenerateUUID
GenerateUUID copied to clipboard
Generate UUID for Sublime Text
- 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....
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....