https://github.com/deerawan/vscode-faker
Generating fake data in VS Code using Faker
https://github.com/deerawan/vscode-faker
faker vscode
Last synced: 3 months ago
JSON representation
Generating fake data in VS Code using Faker
- Host: GitHub
- URL: https://github.com/deerawan/vscode-faker
- Owner: deerawan
- License: mit
- Created: 2016-12-21T14:50:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T23:36:47.000Z (over 1 year ago)
- Last Synced: 2024-08-08T01:56:08.302Z (about 1 year ago)
- Topics: faker, vscode
- Language: TypeScript
- Homepage:
- Size: 2.12 MB
- Stars: 64
- Watchers: 3
- Forks: 11
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# VSCode Faker
Generate fake data inside Visual Studio Code. Fake data is based on [Faker](https://github.com/faker-js/faker).
Fake data you can generate:
- address
- animal
- commerce
- company
- database
- datatype
- date
- finance
- git
- hacker
- image
- internet
- lorem
- mersenne
- music
- name
- phone
- random
- system
- vehicle## Installation
Type cmd+shift+p to launch command palette and choose `Extensions: Install Extension`. Search **faker** and install.
## Usage

1. Type cmd+shift+p
2. Choose fake data category
3. Choose sub category## Change Locale
1. Open User Settings or press cmd+,
2. Insert `faker.locale`, followed by locale identifer as following```json
"faker.locale": "id_ID"
```See [Supported locales](https://fakerjs.dev/api/localization.html#localization)
## License
MIT © [Budi Irawan](https://budiirawan.com)