haroldao / VSCode-Snippets-Shopify-Content-Schema

VSCode Snippets Shopify Content Schema for theme sections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopify Liquid Content Schema Snippets

This extension for Visual Studio Code adds snippets for Shopify Liquid Template.

VS Code Market

Preview

Prerequisite

  1. Install the latest Visual Studio Code

Installation

Emmet Enable

Go to user settings and add the following:

"emmet.includeLanguages": { "liquid": "html" },

Usage

Type part of a snippet, press enter, and the snippet unfolds.

Alternatively, press Ctrl+Space (Windows, Linux) or Cmd+Space (OSX) to activate snippets from within the editor.

Snippets

liq-schema
liq-text
liq-checkbox
liq-radio
liq-range
liq-select
liq-header
liq-html
liq-video-url
liq-page
liq-article
liq-blog
liq-product
liq-collection
liq-image_picker
liq-richtext
liq-textarea
liq-paragraph
liq-url
liq-font_picker
liq-color
liq-link_list

Release

1.0.0

  • Initial release

License

MIT

About

VSCode Snippets Shopify Content Schema for theme sections

License:MIT License