Create, Insert, Renew GUID Visual Studio Plugin
- This is a plugin for Visual Studio which creates, inserts, renew GUIDs.
- The GUID format can be customizable.
- The solution and project file are for Visual Studio 2017.
- It works on Visual Studio 2015 and 2017.
- Insert GUID to current position on the active document.
- Copy GUID
- Renew GUID in selected text in the active document.
> git clone https://github.com/m-tmatma/CreateGUIDVSPlugin.git
- Open CreateGUIDVSPlugin.sln with Visual Studio 2017
- Compile Solution
- "C:\Program Files (x86)\NuGet\nuget.exe" restore CreateGUIDVSPlugin.sln
- "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.com" CreateGUIDVSPlugin.sln /rebuild "Release|Any CPU"