Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 694 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 694 Bytes

emoji-log README

This is a super simple command that inserts a console.log statement with a random emoji to help you find it in your console output! E.g. console.log('✋', )

Installation

Simply click the "install" button above (in VSCode marketplace) to add it as an extension

Usage

Type cmd + shift + p to bring up the command list and start typing "Emoji log". Then all you gotta do is click it!

To customize the list of emojis used, add emojis to the Emoji Log: Emoji List setting.

To change the log format or cursor placement, use the Emoji Log: Log Format setting. For example, you might want to use the format puts "$EMOJI #{$CURSOR}" in a Ruby workspace.