Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shoonia/vscode-corvid

The extension to work with velo-filesystem chrome extension. Highlighting .jsw, support jobs.config, autocomplete, snippets.
https://github.com/shoonia/vscode-corvid

corvid velo vscode-extension wix wixcode

Last synced: about 2 months ago
JSON representation

The extension to work with velo-filesystem chrome extension. Highlighting .jsw, support jobs.config, autocomplete, snippets.

Awesome Lists containing this project

README

        

# Velo

[![Build for Velo by Wix](https://img.shields.io/badge/Built%20for-Velo%20by%20Wix-3638f4)](https://wix.com/velo)
[![extension version](https://vsmarketplacebadge.apphb.com/version/shoonia.vscode-corvid.svg)](https://marketplace.visualstudio.com/items?itemName=shoonia.vscode-corvid)

The extension to work with [velo-filesystem](https://github.com/shoonia/velo-filesystem) chrome extension. Highlighting `.jsw`, support `jobs.config`, autocomplete, snippets.

Install: [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=shoonia.vscode-corvid)

Velo vscode

## Settings Options

This extension contributes the following variables to the [settings](https://code.visualstudio.com/docs/getstarted/settings):

| Name | Description | Default
| --------------------------- | ------------------------------------------- | ------- |
| `velo.autocomplete.import` | on/off autocomplete for import Wix modules. | true
| `velo.autocomplete.jsw` | on/off autocomplete for Web Modules. | true

## Snippets List

| Snippet | Content
| ------- | --------------------------------------------- |
| $→ | `$w('')`
| iww→ | `import wixWindow from 'wix-window';`
| iwd→ | `import wixData from 'wix-data';`
| iwl→ | `import wixLocation from 'wix-location';`
| iwu→ | `import wixUsers from 'wix-users';`
| iwub→ | `import wixUsers from 'wix-users-backend';`
| iwf→ | `import { fetch, ... } from 'wix-fetch';`
| iws→ | `import { local, ... } from 'wix-storage';`
| ihf→ | `import { ok, ... } from 'wix-http-functions';`
| iwr→ | `import { ok, ... } from 'wix-router';`
| jsw→ | `import { ... } from 'backend';`