Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

JSONResume creation, validation, and code completion in VSCode

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)