Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VaultifyNew to Visual Studio Code? Get it now.
Vaultify

Vaultify

Vaultify

|
2 installs
| (1) | Free
snapshot save your code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Vaultify

Vaultify is a VS Code extension that lets you save and organize your code snippets in real-time, making it easy to manage reusable pieces of code across projects.

Features

  • Real-time code snapshot saving: Automatically and manually save versions of your files.
  • Organize snippets by language or project: Easily categorize your saved code history.
  • Quick search and access for saved snapshots: Use search and quick pick commands to find specific versions.
  • Diff and Rollback functionality: Compare snapshots to the current file or revert changes.
  • Pinning snapshots: Mark important snapshots to prevent automatic cleanup.

Saving a snippet Organizing snippets

Requirements

  • Visual Studio Code v1.106.1 or higher
  • Node.js (for certain commands)

Usage

  1. Open VS Code.
  2. Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS).
  3. Run the command Vaultify: Create Manual Snapshot to save your code.
  4. Alternatively, use the keyboard shortcut: Ctrl+Shift+S (Windows/Linux) or Cmd+Shift+S (macOS) when the editor is focused.
  5. Access saved snapshots from the Vaultify panel (history icon) in the Activity Bar.

Extension Settings

This extension contributes the following settings, which can be configured in VS Code settings:

  • vaultify.snapshotInterval: Time to wait before automatic saving (milliseconds). Minimum 500ms.
  • vaultify.ignorePatterns: Glob patterns to exclude files from automatic snapshot creation (e.g.: **/*.log).
  • vaultify.autoCleanup.enabled: Enable/disable automatic cleanup of old snapshots.
  • vaultify.autoCleanup.maxAgeDays: Maximum number of days snapshots will be kept. Snapshots older than this will be deleted.
  • vaultify.autoCleanup.maxCountPerFile: Maximum number of snapshots to keep per file. The oldest snapshots will be deleted.

Release Notes

1.1.0

Added search functionality and multi-language support.

1.0.0

Initial release with real-time snapshot saving and organization.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft