Justo Extension for Visual Studio Code
A Visual Studio Code Extension for the development of apps using the Orionjs framework
Installation
Install through VS Code extensions. Search for Justo
Visual Studio Code Market Place: Justo
Can also be installed in VS Code, launch Quick Open:
Paste the following command and press Enter :
ext install justo.justo-vscode
OrionJs supported
This extension allows the creation of resources implemented by OrionJS V2 & V3:
- Resolver (query|mutation|paginated)
- Job (event/single|recurrent)
- Model
- Collection
- Component
Snippets info
$ represent each step after tab .
Supported in Javascript
Prefix |
Method |
func→ |
export default function ($1) {$2} |
afunc→ |
export default async function ($1) {$2} |
async-func→ |
export default async function ($1) {$2} |
expdefault→ |
export default {$1} |
expconst→ |
export const $1 = function ($2) {$3} |
logconsole→ |
console.log($1) |
TODO
- [ ] Add tests
- [ ] Add support to front
- [ ] Add More snippets
| |