Download from VS Code extension marketplace using this link or in VS Code use the the shortcut Ctlr + X
on Windows or CMD + X
on Mac then search 'RESJSON'.
This extension provides language support for RESJSON files(which have the file extension .resjson) in Visual Studio Code. This provides out of the box linting and syntax higlighting in VS Code.
Additionally it provides helper commands to work with this kinds of files:
- Formatting, works through out of box document formatting command(
Alt + Shift + F
) - RESJSON: Expand by underscore(_)
- RESJSON: Flatten by underscore(_)
Developer file used by Windows Metro style apps developed for Windows 8; saved in a JSON (JavaScript Object Notation) format and contains strings that are often used for localizing the app's user interface. Reference
- Clone the github repo
- Run
npm install
to install necessary packages - Open in code then press
F5
to open a new window with this extension loaded.
- You can relaunch the extension from the debug toolbar after making code changes.
- You can also reload (
Ctrl+R
orCmd+R
on Mac) the VS Code window with the extension to load changes.
- To start using the extension with Visual Studio Code copy it into the
<user home>/.vscode/extensions
folder and restart Code.
Run the following commands:
- chmod +x git_hooks/pre-commit
- git config core.hooksPath "./git_hooks"
-
Add tests