zarewoft / lit-element-snippet

lit-element snippet extension
MIT License
1 stars 2 forks source link

Automated method to generate jsons #24

Open mixth opened 4 years ago

mixth commented 4 years ago

Currently, our workflow is

  1. Create test snippets in .vscode/test.code-snippets
  2. Test them all
  3. Copy those tested snippets to *.json (in the present state, common.json, javascript.json, typescript.json)

These steps are flawed by human errors and are repetitive. It will be nice, if we can find a tool or an automation script to solve this problem by generating jsons instead of copy-and-paste.