Hi all. I often use VS Code code snippet to speed up my coding. It's a very useful feature in VS Code that I can create some snippet and use some special syntax to transform the snippet (like capitalize and generate uuid).
But it's very hard to maintain the snippet because snippet file in VS Code is a JSON file. Every line of snippet was separate into an Array.
To make it easier to maintain the snippets in VS Code, I made a code snippet manager tool to write snippet in nature way, then one click sync to VS Code.
You can download it now on: https://codespeedy.randyloop.com
It supports Windows and macOS. And the app size is only 7MB (No electron).
It's not open source yet because I'm not sure how many users it will have.
@syed_riyaz_uddin I think tab to switch is support by the $xx syntax in VS Code. You can just write the VS Code snippet syntax in the App and tab to switch in VS Code, like:
https://imgur.com/a/bS2g22m
CodeSpeedy
CodeSpeedy
Scalenut