Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime Text Insert Guid

I've started using Sublime Text and it's great. But while editing Wix setup files I need to insert randomly generated GUID's in form like 52E47764-B722-4E8A-9BA8-DDA5B1500391.

The question: is there any snippet or hotkey or something else to insert GUID to text beeing edited

like image 315
Pavel Krymets Avatar asked Apr 06 '12 06:04

Pavel Krymets


1 Answers

There is a plugin for it: https://github.com/SublimeText/GenerateUUID

like image 86
Pavel Krymets Avatar answered Sep 29 '22 10:09

Pavel Krymets