https://github.com/osman-koc/vscode-guid-generator
Generate and insert unique GUIDs (uuid) effortlessly with this VS Code extension
https://github.com/osman-koc/vscode-guid-generator
extension guid guid-generator guidgenerator uuid uuid-generator uuidgenerator visual-studio-code vscode vscode-extension
Last synced: about 1 month ago
JSON representation
Generate and insert unique GUIDs (uuid) effortlessly with this VS Code extension
- Host: GitHub
- URL: https://github.com/osman-koc/vscode-guid-generator
- Owner: osman-koc
- License: mit
- Created: 2023-08-09T09:32:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-11T05:39:40.000Z (over 1 year ago)
- Last Synced: 2024-04-24T07:22:25.691Z (about 1 year ago)
- Topics: extension, guid, guid-generator, guidgenerator, uuid, uuid-generator, uuidgenerator, visual-studio-code, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=kocdev.guidgenerator
- Size: 1.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# GuidGenerator - Visual Studio Code 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 in multiple lines.## Requirements
- [Visual Studio Code](https://code.visualstudio.com)
## Installation
1. Launch Visual Studio Code.
2. Go to the Extensions view by clicking on the square icon in the sidebar or pressing `Ctrl+Shift+X`.
3. Search for "GuidGenerator" and click Install.
- [Marketplace](https://marketplace.visualstudio.com/items?itemName=kocdev.guidgenerator)## Settings
1. Go to keyboard shortcuts on VS Code (`Ctrl+K+S`)
- Windows: File > Preferences > Keyboard Shortcuts
- macOS: Code > Settings > Keyboard Shortcuts
2. Find `extension.generateGuid` and set 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 `Ctrl+Alt+G` (or your custom shortcut) to generate and insert a new GUID.## Visual Studio Extension
Those who use Visual Studio can see this plugin made for Visual Studio with the plugin here.
- [VS Guid Generator Extension](https://github.com/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!**