The Log with Emoji extension for Visual Studio Code allows you to log messages with fun random emojis in your code. It enhances your development experience by adding emojis to your console.log statements or other custom log formats.
-
Customizable Emoji List: You can customize the list of emojis available for logging. Add your favorite emojis to make your logs more expressive.
-
Quick Logging: Use predefined triggers to quickly log messages. For example, type "log" and select the desired emoji and log format to insert it into your code.
-
Installation: Install the extension from the Visual Studio Code Marketplace.
-
Emoji List: Tailor the available emojis by modifying the logWithEmoji.emojiList setting in your VS Code settings. You can use any emojis you like.
You can customize the list of emojis available for logging in your settings. The extension provides a default list of emojis, but you can add your own favorites. The extension will automatically remove duplicates when processing the list.
"logWithEmoji.emojiList": [
"❤️",
"🌟",
"😃",
"🚀",
"🎉"
// Add your favorite emojis here
]
If you have any suggestions, bug reports, or feature requests, please open an issue on GitHub. We welcome contributions from the community!
This extension is licensed under the MIT License.