Mindstash is a lightweight VS Code extension that lets you quickly jot down thoughts, snippets, and ideas while coding—without switching apps or breaking flow. All data stays in your workspace as plain JSON.
Features
Sidebar panel
Browse all ideas – View your captured notes with timestamps in a dedicated sidebar
Search – Filter ideas by text
Edit & delete – Update or remove ideas inline
Chronological view – Ideas ordered by creation time
Quick capture popup
Multiple ideas – Open a popup with a keyboard shortcut to type multiple ideas
Markdown support – Use italic, bold, and code formatting
Append mode – Add multiple ideas in one session; Ctrl+Enter / Cmd+Enter appends and keeps the popup open
Quick input
Fast capture – Open a input with a keyboard shortcut to type an idea instantly
Local storage
Workspace-based – Notes live in .vscode/mindstash.json inside your project
Plain JSON – Human-readable, version-control friendly, easy to script or migrate