The extension to work with velo-filesystem chrome extension. Highlighting .jsw, support jobs.config, autocomplete, snippets.
Install: VS Code Marketplace
This extension contributes the following variables to the 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 |
| 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'; |