All Projects → leomillon → uuid-generator-plugin

leomillon / uuid-generator-plugin

Licence: MIT license
An IntelliJ Idea plugin to generate UUID (Universally Unique Identifier), ULID (Universally Unique Lexicographically Sortable Identifier) and CUID (Collision Resistant Unique Identifier)

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to uuid-generator-plugin

intelliroutes
Support for Play Routes in IntelliJ IDEA
Stars: ✭ 21 (-30%)
Mutual labels:  intellij, idea, idea-plugin
ulid-creator
A Java library for generating Universally Unique Lexicographically Sortable Identifiers (ULID)
Stars: ✭ 38 (+26.67%)
Mutual labels:  uuid, ulid, uuid-generator
Intellij Haxe
Haxe plugin for IntelliJ Platform based IDEs (IDEA, Android-Studio)
Stars: ✭ 188 (+526.67%)
Mutual labels:  intellij, idea, idea-plugin
Idea Conventional Commit
Context and template-based completion for conventional/semantic commits.
Stars: ✭ 115 (+283.33%)
Mutual labels:  intellij, idea, idea-plugin
go-ulid
Universally Unique Lexicographically Sortable Identifier (ULID) in Go - Please use https://github.com/oklog/ulid
Stars: ✭ 31 (+3.33%)
Mutual labels:  uuid, ulid
Intellij Csv Validator
CSV validator, highlighter and formatter plugin for JetBrains Intellij IDEA, PyCharm, WebStorm, ...
Stars: ✭ 198 (+560%)
Mutual labels:  intellij, idea-plugin
rulid.rs
Rust Universally Unique Lexicographically Sortable Identifier
Stars: ✭ 40 (+33.33%)
Mutual labels:  uuid, ulid
Javascript
Universally Unique Lexicographically Sortable Identifier
Stars: ✭ 1,781 (+5836.67%)
Mutual labels:  uuid, ulid
Hybris Integration Intellij Idea Plugin
A plugin for integration of SAP Hybris platform with JetBrains Intellij IDEA
Stars: ✭ 142 (+373.33%)
Mutual labels:  intellij, idea
Butterfly
分布式ID生成器框架:超高性能的发号器框架。通过引入多种新的方案,彻底解决雪花算法的时间回拨等问题,并将雪花算法原生QPS提高最少十几~二十倍
Stars: ✭ 111 (+270%)
Mutual labels:  uuid, uuid-generator
RedsoftYapiUpload
一个快速生成接口文档的IntelliJ IDEA的Yapi上传小插件,如果给你带来了方便,请给个Star 谢谢
Stars: ✭ 51 (+70%)
Mutual labels:  idea, idea-plugin
uuidgen-el
UUID generation implemented in elisp.
Stars: ✭ 44 (+46.67%)
Mutual labels:  uuid, uuid-generator
ulid
Universally Unique Lexicographically Sortable Identifier (ULID) in Crystal
Stars: ✭ 28 (-6.67%)
Mutual labels:  uuid, ulid
fastuuid
FastUUID is a library which provides CPython bindings to Rust's UUID library
Stars: ✭ 83 (+176.67%)
Mutual labels:  uuid, uuid-generator
Awesome Intellij Idea
用爬虫在全网范围内检索 Intellij IDEA 的优秀文章,聚合在此。平台包括 「CSDN」「掘金」「简书」「知乎」「SegmentFault」「博客园」「开源中国」「慕课手记」,相信无论你对 Intellij IDEA 目前了解到什么程度,这个项目都能帮到你。
Stars: ✭ 2,704 (+8913.33%)
Mutual labels:  intellij, idea
reasonml-idea-plugin
ReasonML Language Plugin for IDEA
Stars: ✭ 320 (+966.67%)
Mutual labels:  intellij, idea-plugin
react-native-uuid-generator
UUID generator for React Native utilizing native iOS and Android UUID classes
Stars: ✭ 88 (+193.33%)
Mutual labels:  uuid, uuid-generator
Intellij Idea Tutorial
🌻 This is a tutorial of IntelliJ IDEA, you can know how to use IntelliJ IDEA better and better.
Stars: ✭ 1,947 (+6390%)
Mutual labels:  intellij, idea
python-ulid
ULID implementation for Python
Stars: ✭ 177 (+490%)
Mutual labels:  uuid, ulid
php-uuid
RFC 4122 compliant UUID generator and parser for PHP.
Stars: ✭ 13 (-56.67%)
Mutual labels:  uuid, uuid-generator

Intellij UUID Generator

UUID, ULID and CUID generator plugin for IntelliJ based IDEs.

JetBrains plugin

Link to the official plugin page : UUID Generator

Description

UUID, ULID and CUID generator plugin for IntelliJ based IDEs..

For example : 123e4567-e89b-12d3-a456-426655440000.

You will find it in the Generate popup -> Random UUID.

Available actions

  • Random UUID / ULID / CUID (also as quick fix)
  • Generate UUID / ULID / CUID to clipboard
  • Generate UUID / ULID / CUID Popup
  • Toggle UUID dashes (also as quick fix)
  • Reformat UUID / CUID with settings (also as quick fix)
  • Replace Distinct UUIDs in Selection
  • Replace Random UUID / ULID / CUID Placeholders in Selection

UUID/ULID/CUID highlight in any language with context info (Timestamp extraction for ULID) and quick fix suggestions

Demo

  • UUID / ULID / CUID highlight

UUID / ULID / CUID highlight

  • UUID / ULID / CUID quick fixes

UUID / ULID / CUID quick fixes

  • Random UUID

Random UUID

  • UUID Generate Popup

UUID Generate Popup

  • Multi-caret support

Multi-caret support

  • Toggle dashes

Toggle dashes

  • UUID to clipboard

UUID to clipboard

  • UUID format settings dialogue

UUID format settings dialogue

  • ID placeholders highlight

ID placeholders highlight

  • ID placeholders replacement action

ID placeholders replacement action

Contributors

Special thanks to:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].