# Hover Words to Copy A VS Code extension that automatically copies words to clipboard when you hover over them for 3 seconds. ## Features - **Automatic Copy**: Hover over any word for 3 seconds and it will be automatically copied to your clipboard - **Smart Detection**: Only copies when you stay on the same word - **Visual Feedback**: Shows a notification when a word is copied - **No Distractions**: Works silently in the background ## How to Use 1. Install the extension from VS Code Marketplace 2. Open any text file 3. Hover your mouse over any word 4. Wait 3 seconds 5. The word will be automatically copied to your clipboard 6. Paste anywhere (Ctrl+V) to use the copied word ## Requirements - VS Code version 1.108.1 or higher ## Extension Settings This extension doesn't require any configuration. It works automatically when activated. ## Known Issues - The extension requires VS Code's mouse position API which may not be available in all versions - Some editors or view types may not support mouse hover events ## Release Notes ### 0.1.0 - Initial release - Basic hover-to-copy functionality - 3-second delay before copying - Visual feedback notifications ## For More Information - [VS Code Extension API](https://code.visualstudio.com/api) - [Extension Marketplace](https://marketplace.visualstudio.com/vscode) **Enjoy coding!**