ByteStash Handler brings your ByteStash snippets directly into VS Code and keeps them in sync automatically.
Why use it?
Fast sync between ByteStash and VS Code snippets
Sidebar-first workflow with one-click Sync
Auto Sync that follows the same sync lifecycle/events as manual Sync
Secure storage with VS Code Secret Storage
Startup auth recovery using saved credentials
Supports private and public snippets
Features
Login with server URL, username, and password
Manual Sync button in the sidebar
Auto Sync with configurable interval (bytestash.syncInterval, minimum 10s)
Push new snippets to ByteStash
Delete synced snippets from ByteStash
If a ByteStash snippet body is actually a pure VS Code snippet collection JSON object, ByteStash Handler detects it and expands each inner snippet as first-class VS Code snippets.
You can store a full VS Code snippet pack as one "raw" ByteStash snippet and still get proper prefixes and bodies in VS Code.
Runtime config reaction for:
bytestash.autoSync
bytestash.syncInterval
Installation
From VS Code Marketplace
Open VS Code.
Open Extensions (Ctrl+Shift+X / Cmd+Shift+X).
Search for ByteStash Handler.
Install extension.
Quick Start
1. Configure server
Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P).
Run ByteStash Handler: Configure Server URL.
Enter your ByteStash URL, for example https://bytestash.example.com.
This extension and its source code are the intellectual property of BrandtFusion.
Unauthorized copying, distribution, or use is prohibited.
See LICENSE for complete terms.