https://github.com/osman-koc/vs-guid-generator
Generate and insert unique GUIDs (uuid) effortlessly with this Visual Studio extension
https://github.com/osman-koc/vs-guid-generator
extension guid guid-generator guidgenerator uuid uuid-generator uuidgenerator visualstudio visualstudio-extension vs vs-extension
Last synced: 8 months ago
JSON representation
Generate and insert unique GUIDs (uuid) effortlessly with this Visual Studio extension
- Host: GitHub
- URL: https://github.com/osman-koc/vs-guid-generator
- Owner: osman-koc
- License: mit
- Created: 2023-08-10T08:20:04.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T13:45:14.000Z (almost 3 years ago)
- Last Synced: 2024-04-24T07:22:25.429Z (about 2 years ago)
- Topics: extension, guid, guid-generator, guidgenerator, uuid, uuid-generator, uuidgenerator, visualstudio, visualstudio-extension, vs, vs-extension
- Language: C#
- Homepage: https://marketplace.visualstudio.com/items?itemName=kocdev.vsguidgenerate
- Size: 490 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GuidGenerator - Visual Studio Extension
Generate and insert GUIDs (uuid) effortlessly into your code using a simple shortcut.


## Features
- Quickly generate and insert GUIDs into your code.
- Streamline your workflow with a convenient keyboard shortcut.
- You can use it in multiple lines.
## Requirements
- [Visual Studio](https://visualstudio.microsoft.com)
## Installation
1. Launch Visual Studio.
2. Go to Extensions > Manage Extensions.
3. Search for "GuidGenerator" and click Install.
- [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=kocdev.vsguidgenerate)
## Settings
1. Go to Tools > Options.
2. Navigate to Environment > Keyboard.
3. Find `Tools.GenerateGuid` and set a custom shortcut.
## Usage
1. Open a file in which you want to insert a GUID.
2. Place your cursor at the desired insertion point.
3. Press your assigned shortcut to generate and insert a new GUID.
## Visual Studio Extension
Those who use Visual Studio can see the counterpart extension made for Visual Studio here.
- [VS Guid Generator Extension](https://github.com/osman-koc/vs-guid-generator/)
## Contributing
Contributions are welcome! Please fork this repository and submit pull requests.
## License
This project is licensed under the [MIT License](LICENSE).
---
**Enjoy!**