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
- Install the extension from VS Code Marketplace
- Open any text file
- Hover your mouse over any word
- Wait 3 seconds
- The word will be automatically copied to your clipboard
- 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
Enjoy coding!