Await Snail is a fun and lightweight VS Code extension that replaces `await` with a snail icon in the gutter to remind you that async operations take time. 🐌
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
A fun VS Code extension that replaces the await keyword with an image of a snail (Ждун) in the gutter! You can also set a custom image URL or reset it back to default.
✨ Features
✅ Displays a snail image in the gutter next to await.
✅ Allows custom images by providing a URL.
✅ Provides a reset option to restore the default snail image.
📌 Installation
Download the .vsix file or install from the VS Code Marketplace (if published).
Run:
code --install-extension await-snail-0.0.6.vsix
Restart VS Code.
🛠️ Usage
Set a Custom Image
Open Command Palette (Ctrl + Shift + P or Cmd + Shift + P on Mac).
Search for "Set Custom Await Image".
Enter the URL of an image you want to use.
Press Enter, and the new image will replace the snail!
Reset to Default Snail
Open Command Palette.
Search for "Reset Await Image to Default".
The snail will return! 🐌
📷 Example
Default Snail in Action:
🔧 Configuration
No extra configuration needed! Just install and enjoy.
Works with all programming languages that use await.
📢 Notes
Custom images must be URLs (local files not supported).
If the image is too large, it may be cropped—use transparent padding!