Crack the WhipA purely cosmetic, just-for-fun VS Code extension that overlays an animated whip on your screen while you wait for your AI to respond.
UsagePress Shift+1 (default) to toggle the whip on/off. Move your mouse to swing it. When the tip moves fast enough, you hear it crack. Press Escape at any time to dismiss the whip. ConfigurationOpen Settings (
Both settings take effect immediately — no restart required. Changing the keybindingThe default key is Shift+1. To rebind it:
How it worksThe extension injects a transparent canvas overlay on top of all VS Code windows (including Claude Code chat tabs and webview panels). The whip is simulated with Verlet rope physics and rendered with Catmull-Rom splines. Keyboard events are intercepted via VS Code's command system, so the whip works even when webview iframes (like AI chat tabs) have keyboard focus. Removing the overlayRun the command palette ( |