Make debugging fun again! Fun Emoji Console Log is a smart VS Code extension that inserts colorful, emoji-prefixed console.log statements with intelligent cursor placement.
✨ Features
🦄 Random Emojis: Every log comes with a unique, random emoji to make your console output pop.
🧠 Smart Insert:
With Selection: Wraps your selected variable in a labeled log.
Select myVar -> console.log('🚀 myVar: ', myVar);
No Selection: Inserts an empty log and places the cursor inside so you can type immediately.
console.log('🚀 ', |);
⌨️ Keybindings: Works out of the box with Cmd+Shift+L (Mac) or Ctrl+Shift+L (Windows/Linux).
⚙️ Configurable: Don't like our emojis? Add your own in the settings!
🚀 Usage
Place your cursor where you want to log, or select a variable.
Press Cmd+Shift+L (Mac) or Ctrl+Shift+L (Windows/Linux).
Alternatively, open the Command Palette (cmd+shift+p) and run "Insert Fun Log".
⚙️ Configuration
You can customize the list of emojis used by the extension. Add this to your settings.json: