DenisSemko / GuidGenerator

C# Rider plugin to generate various Guid formats!

Home Page:https://plugins.jetbrains.com/plugin/22951-guidgenerator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Guid Generator for Rider

The ultimate C# Rider plugin designed to make your coding journey smoother and more efficient.

Build

Table of Contents

General Information

Guid Generator is a powerful and versatile Rider plugin crafted in C# that takes the hassle out of managing GUIDs. Guided by the mission to simplify your development workflow, this plugin offers a suite of features designed to enhance your productivity and precision.

Technologies Used

  • C# 7.0
  • Rider IDE (compatible with Rider version 2023.2.2)

Features

  1. Generate a New Guid Instance;
  2. Generate a Lower-Case Guid string;
  3. Generate an Upper-Case Guid string;
  4. Generate a Lower-Case Guid Instance;
  5. Generate an Upper-Case Guid Instance.

Screenshots

Screenshot 2023-10-17 at 14 05 05

Setup

Before using the plugin, make sure it's compatible with your Rider version! Visit Marketplace to check: GuidGenerator

There are two ways how to install the plugin:

1️⃣ Marketplace

  • Open Rider and go to Settings / Plugins / Marketplace
  • Search for "GuidGenerator"
  • Click Install -> Save
  • Restart Rider

2️⃣ Install .zip archive

  • Find out the latest Release
  • Download the .zip archive
  • Go to Settings / Plugins / Install plugin from the disk
  • Restart Rider

Usage

  • Press Alt + Enter at any place inside the file
  • Find desired GuidGenerator context action
  • Be happy
Screen.Recording.2023-10-16.at.11.02.51.mov

Project Status

v1.0 has been released

Rider

Contact

Created by @dench327 - feel free to contact me!

© 2023

License

You can check out the full license here. This project is licensed under the terms of the MIT license.

About

C# Rider plugin to generate various Guid formats!

https://plugins.jetbrains.com/plugin/22951-guidgenerator

License:MIT License


Languages

Language:C# 52.9%Language:PowerShell 47.1%