Never waste time searching for that piece of code again!
Code Snippet Bank is your personal code library that lives right inside VS Code. Save any code selection with one click, then find and insert it instantly with powerful fuzzy search.
✨ Features
💾 Save Snippets: Right-click any code selection → "Save to Snippet Bank".
🔍 Instant Search: Ctrl+Shift+B (Cmd+Shift+B on Mac) to search by title, code, tags, or language.
Q: Where are my snippets stored?
A: By default, they are stored in your home directory at ~/.vscode-snippet-bank/snippets.json. You can back up this file to save your library.
Q: Can I sync across devices?
A: Currently, you can point snippetBank.storagePath to a Dropbox/OneDrive folder to sync manually. Cloud sync is coming in v2.0!