Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>JustoNew to Visual Studio Code? Get it now.
Justo

Justo

justo

|
68 installs
| (2) | Free
Extension Justo
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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:

  • Linux: Ctrl+P
  • macOS: ⌘P
  • Windows: Ctrl+P

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
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft