Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Fun Emoji Console LogNew to Visual Studio Code? Get it now.
Fun Emoji Console Log

Fun Emoji Console Log

Jose Álvarez Dev

|
1 install
| (0) | Free
Smartly inserts console.log with random emojis, cursor positioning, and configurable settings.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Fun Emoji Console Log 🚀

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.

Fun Emoji Console Log Demo

✨ 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

  1. Place your cursor where you want to log, or select a variable.
  2. Press Cmd+Shift+L (Mac) or Ctrl+Shift+L (Windows/Linux).
  3. 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:

"console-lol.emojis": [
    "🚀", "🦄", "🌮", "🐛", "🔥", "🎉", "🤖", "🍕", "🥑", "⚡️", "💀", "👽"
]

⌨️ Requirements

  • VS Code 1.108.0 or higher.

🤝 Contributing

Found a bug? Have a great emoji idea? Feel free to open an issue on our GitHub repository.

By Jose Alvarez Dev 🚀

Enjoy debugging! 🐛🔥

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft