An open API service indexing awesome lists of open source software.

https://github.com/coding/coding-design-token-vscode-snippets


https://github.com/coding/coding-design-token-vscode-snippets

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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-] (**c**oding **u**ikit) 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`.