Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>console-log-with-emojiNew to Visual Studio Code? Get it now.
console-log-with-emoji

console-log-with-emoji

Parth Bhatt

|
7 installs
| (1) | Free
Adds console log with random emoji
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Console Log with Emoji

Enhance your debugging experience with visual flair! This VS Code extension automatically inserts console.log statements with random emojis and filename context.

Demo

Features

✨ Smart Logging

  • Press Alt + P to insert contextual log statements
  • Automatically adds:
    • Random emoji for visual distinction
    • Current filename for debugging context
  • Variable names included when text is selected

🔥 Intelligent Behavior

  • Inserts logs on new lines when current line has content
  • Maintains proper indentation
  • Works with both empty lines and text selections

Usage

  1. Open a JavaScript/TypeScript file
  2. Place cursor where you want the log statement
  3. Press Alt + P to insert:
console.log(`🚀 | app.js |`) 

Or with selection:

console.log(`💡 | auth.js | user: `, user)

Keybindings

Command Default Keybinding
Insert log statement Alt + P

Emoji Library

Includes 16+ emojis for visual variety:

🚀 ✨ 🔥 💡 🌟 ⚡ 🎉 💥 🌈 🐞 🌿 🌊 🪐 🔍 📌 ⚡

Requirements

  • VS Code 1.78.0 or later

Release Notes

1.0.0

  • Initial release with core features
  • Random emoji insertion
  • Filename context inclusion
  • Smart line insertion logic

Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Enjoy!🎉

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