Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>tokenizerNew to Visual Studio Code? Get it now.
tokenizer

tokenizer

undg

|
830 installs
| (0) | Free
transform figma tokens into arahi variables
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft