Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 630 Bytes

File metadata and controls

17 lines (10 loc) · 630 Bytes

CODING Design Token VSCode Snippets

Quickly insert design token value in vscode

CODING Design Token List: http://uikit.coding.fashion/docs#/design-tokens

Install

Search in vscode marketplace or use vsce package to package extenion and choose install from a vsix file in vscode.

Usage

Snippets use [cu-] (coding uikit) as a prefix before design token name, so just type cu in editor you will get the snippets list of design token.

Running the extension

  • Run the Run Extension target in the Debug View
  • When you type log in a JavaScript file, you would see the snippet Print to console.