Quickly insert design token value in vscode
CODING Design Token List: http://uikit.coding.fashion/docs#/design-tokens
Search in vscode marketplace or use vsce package
to package extenion and choose install from a vsix file in vscode.
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.
- Run the
Run Extension
target in the Debug View - When you type
log
in a JavaScript file, you would see the snippetPrint to console
.