yesno-wtf is a VS Code extension that displays random 'Yes' or 'No' GIFs using the yesno.wtf API. Users can trigger the feature via the Command Palette or context menu to view results in a VS Code Webview panel.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
A lightweight VS Code extension that brings spontaneous decision-making fun to your editor. Get random "Yes" or "No" answers displayed as animated GIFs from yesno.wtf.
Features
Trigger via Command Palette or editor context menu
Display random "Yes"/"No" GIFs in Webview panel
Persistent Webview context when hidden
Shadow effect styling for better visual presentation
Installation
Search for "yesno-wtf" in VS Code Extensions Marketplace
Click Install
Reload VS Code when prompted
Usage
Method
Action
Command Palette
Ctrl+Shift+P → "Yes or No"
Context Menu
Right-click in editor → "Yes or No"
Webview Persistence
Keep the Webview panel pinned in your editor group for quick access
Configuration
No configuration required - works out of the box.
Development
npm install
npm run compile # Build TypeScript
npm run watch # Dev mode with hot-reload