Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.38 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.38 KB

Nano ID Generator

for Visual Studio Code

This extension provide two ways for generating random IDs based in nanoid project.

The MIT License

Install

  1. Open Extensions sideBar panel in Visual Studio Code and choose the menu options for View → Extensions
  2. Search for Nano ID
  3. Click Install
  4. Click Reload, if required

Usage

  1. Press F1 to open the command palette
  2. Type Nano ID
  3. Choose one of the command below:
    • Nano ID: generator to clipboard
    • Nano ID: generator to editor (click into editor and use cmd+n+i or ctrl+n+1)

Quickly Example

2021-11-28 23 29 09

Customs Settings

Go to Settings and typing Nano ID

  1. Alphabet you can define a range of random the characters
  2. Size you can define the length of the characters of the random

image