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
- Host: GitHub
- URL: https://github.com/coding/coding-design-token-vscode-snippets
- Owner: coding
- Created: 2020-05-12T09:56:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T03:25:13.000Z (almost 5 years ago)
- Last Synced: 2025-01-05T16:46:50.013Z (4 months ago)
- Size: 5.86 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.