Skip to content

tamas-avalishvali/quickLog

Repository files navigation

Quick Log Plus

Insert colored console.log statements fast in JavaScript and TypeScript.

Demo

Features

  • Replaces a keyword with a styled console.log.
  • Adds color to console output.
  • Works with strings and variables.
  • Runs on space trigger.
  • Speeds up debugging.

Color Keywords

Keyword Color
glog green
blog blue
rlog red
wlog white
plog purple
slog silver
alog aqua
hlog deeppink
jlog yellow
ilog indigo
ulog ultramarine
tlog teal
klog khaki
nlog navy
elog emerald
xlog coral
ylog gold
zlog cyan
qlog crimson

Samples

Input Example Output
msg glog 🟢 msg result is →
msg blog 🔵 msg result is →
msg rlog 🔴 msg result is →
msg wlog ⚪ msg result is →

🚀 How it works

  1. Type a value, then a keyword.
  2. Press the console key.
  3. Add a space at the end to trigger the log.

Warning

Important: Make sure to include a space at the end of the log, and do not press any key other than the space.

About

Create quicklog extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published