A VS Code extension that generates random ints, floats, strings, words, etc.
This is intended to be a feature to feature VS Code port of Random Everything for Sublime Text.
Bring up the command palette:
- ⇧⌘P (OSX)
- Ctrl + Shift + P (Windows/Linux)
Type "random":
Random: Int
- Requires a range from a-b separated with a: -. Default: 1-100Random: Float
- Requires a range from a-b separated with a: -. Default: 1-100Random: Letters
- Generatates a random string of lower and uppercase letters with a length between 5 and 20Random: Letters and numbers
- Generatates a random string of lower and uppercase letters and numbers with a length between 5 and 20Random: Country
- Picks a random countryRandom: Word
- Picks a random wordRandom: Text
- Picks 24 random wordsRandom: Date
- Picks a random ISO-8601 DateRandom: First name
- Picks a random first nameRandom: Last name
- Picks a random last nameRandom: Full name
- Picks a random full namesRandom: E-mail
- Picks a random E-mail addressRandom: Url
- Generates a URL using random wordsRandom: Hex Color
- Generates a random hex color formatted "#abc123"Random: IPv4 Address
- Generates a random ipv4 ip addressRandom: IPV6 Address
- Generates a random ivp6 ip addressRandom: GUID
- Generates a random GUID
randomeverything.enable
: Enable/disable this extension.
See changelog.
- Overridable settings
- Features from Sublime extension: kimpettersen/random-sublime-text-plugin
- Implementation of: Chance.JS