tokenizer
Adding two commands to you vscode tokenizer toJs and tokenizer toCss
Transform tokens from format font-weight: fontWeights.bodyRegular into
- css:
font-weight: var(--arahi-fontWeights-bodyRegular);
- js:
fontWeight: 'var(--arahi-fontWeights-bodyRegular)',
Instalation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
ext install undg.tokenizer
Alternatively download it from github.com or marketplace.visualstudio.com
Enjoy!
todo
- [x] publish on visualstudio marketplace
- [ ] settings page with parameterized namespace
| |