Sublime Text Insert Guid

guid, sublimetext, sublimetext2

Solution

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

Problem

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

Original source