Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aarnott/guidgen
A GuidGen tool similar to the one that ships with VS, but less than a decade old.
https://github.com/aarnott/guidgen
Last synced: 3 months ago
JSON representation
A GuidGen tool similar to the one that ships with VS, but less than a decade old.
- Host: GitHub
- URL: https://github.com/aarnott/guidgen
- Owner: AArnott
- License: other
- Created: 2015-04-07T15:39:46.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T13:33:05.000Z (5 months ago)
- Last Synced: 2024-11-01T13:42:03.432Z (3 months ago)
- Language: PowerShell
- Homepage: https://visualstudiogallery.msdn.microsoft.com/e00f525e-50cc-4c42-85a0-73519ee289b1
- Size: 1.32 MB
- Stars: 10
- Watchers: 4
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# GuidGen
A GuidGen tool similar to the one that ships with VS, but less than a decade old.
[![Build Status](https://dev.azure.com/andrewarnott/OSS/_apis/build/status/AArnott.GuidGen?branchName=main)](https://dev.azure.com/andrewarnott/OSS/_build/latest?definitionId=69&branchName=main)
GuidGen 2.0 is a new face to creating GUIDs. And includes C#/VB code snippets!
It's also [open source](https://github.com/AArnott/GuidGen)!
![A screenshot of the Create GUID window](doc/screenshot.png)
But a separate app to copy GUIDs from into the editor is still old school. Why not have inline editor completions for GUIDs? Just type "guid" in your C# or VB code files, then click on "Guids" or press Alt+. to select the Guids tab with the keyboard.
![A screenshot of C# guid completions](doc/guid_completion.png)
**Note**: The in-editor code completion feature has been temporarily disabled because it has some negative interactions with the language service that I haven't sorted out yet.
Let me know your feedback! Should we get this into a future version of VS?
## Installation
Download [the Visual Studio extension from the Visual Studio Gallery][1].
[1]: https://visualstudiogallery.msdn.microsoft.com/e00f525e-50cc-4c42-85a0-73519ee289b1