📄️ The VS Code Way
How would you create snippets without this extension?
📄️ Global vs Local Snippets
VS Code has two kinds of snippet files: .json and .code-snippets.
📄️ Snippet CRUD
CRUD: creating, reading, updating, and deleting snippets and snippet files.
📄️ Insertion Features
Create dynamic snippets with tabstops, placeholders, and other snippet insertion features
📄️ Export Snippets
Pick and choose snippets to copy to a .code-snippets file.