Generate and insert GUIDs (uuid) effortlessly into your code using a simple shortcut.
- Quickly generate and insert GUIDs into your code.
- Streamline your workflow with a convenient keyboard shortcut.
- You can use it in multiple lines.
- Launch Visual Studio.
- Go to Extensions > Manage Extensions.
- Search for "GuidGenerator" and click Install.
- Go to Tools > Options.
- Navigate to Environment > Keyboard.
- Find
Tools.GenerateGuid
and set a custom shortcut.
- Open a file in which you want to insert a GUID.
- Place your cursor at the desired insertion point.
- Press your assigned shortcut to generate and insert a new GUID.
Those who use Visual Studio can see the counterpart extension made for Visual Studio here.
Contributions are welcome! Please fork this repository and submit pull requests.
This project is licensed under the MIT License.
Enjoy!