Simple tool to help you to insert GUIDs into your text or code files.
To do so simply move the editor caret to the position where you wan't to
insert a new guid and click 'Edit -> InsertGuid' or use the keyboard short cut
'Global: Ctrl+E, G'. InsertGuid will popup a Intellisense like menu where you can select the GUID format.
The shortuct can be changed
in the keyboard settings of Visual Studio, by changing the short cut for
'Edit.InsertGuid'.
In the dialog you can switch the case mode via the arrow left/right keys and toggel the auto copy to clipboard functionality with the 'c' key.
Fixed an issue that caused GuidFac to throw the exception 'Set property 'System.Windows.ResourceDictionary.Source' threw an exception.', when another extension 'TeamNotifications' was not installed.
1.2.0 [2014-11-20]:
Auto copy inserted GUID to clipboard (can be enabled/disabled).
1.1.0 [2014-10-19]:
Add New Upper/Lower/Mixed case modes added.
More hotkeys added
H/Left and L/Right switch modes
K/Up and J/Down change format selection
Shift inverts mode temporary (if mode is lower or upper)