Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsonresume/vscode-jsonresume
JSONResume creation, validation, and code completion in VSCode
https://github.com/jsonresume/vscode-jsonresume
intellisense json jsonresume validation vscode vscode-extension
Last synced: 9 days ago
JSON representation
JSONResume creation, validation, and code completion in VSCode
- Host: GitHub
- URL: https://github.com/jsonresume/vscode-jsonresume
- Owner: jsonresume
- License: mit
- Created: 2020-02-15T21:30:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T16:40:20.000Z (over 3 years ago)
- Last Synced: 2024-08-02T15:25:06.518Z (3 months ago)
- Topics: intellisense, json, jsonresume, validation, vscode, vscode-extension
- Homepage:
- Size: 296 KB
- Stars: 24
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# JSONResume
This extension provides Intellisense, and validation support for JSON Resume files.
## Features
To use this plugin, open a JSON Resume file named either `resume.json` or with a name ending in `.resume.json`.
### Intellisense
To activate Intellisense, press CTRL + SPACE where you want to enter a new field.
![Intellisense Preview](assets/vscode-jsonresume-intellisense-preview.gif)
### Validation
Validation is automatic. To see issues with your resume, open the `Problems` tab.
![Validation Preview](assets/vscode-jsonresume-validation-preview.gif)