Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.17 KB

wix-code-snippets README

This package includes coding snippets to be used with Velo by Wix.

Usage

Start typing the name of the function you wish to use, and the snippet will be automatically inserted. You can use TAB to run between parameters that should be defined in the function added.

Features

Includes most used coding blocks:

  • OnReady
  • onClick
  • onMouseIn
  • onMouseOut
  • Repeater onItemReady
  • Open Lightbox with data object
  • Wix Data Query
  • Secrets - get Secret
  • Backend files - web module permissions setup
  • more to be added soon!

Requirements

Working with a Velo by Wix website - either on your local envrionment or on our online VSCode server.

Setup

On your local VSCode IDE - Download the vsix package file from this repo. Install it using the VScode extension installer.

Alternatively, and for VSCode Server - all snippets are saved in the file wix-coding-snippets.code-snippets and can be copied to your global snippets file in VSCode.