Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shoonia/vscode-corvid
- Owner: shoonia
- License: mit
- Created: 2019-08-28T05:33:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T14:35:26.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T22:29:07.848Z (7 months ago)
- Topics: corvid, velo, vscode-extension, wix, wixcode
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=shoonia.vscode-corvid
- Size: 794 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)
## 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';`