🚀 Log Master â The Ultimate Debugging Companion for VS Code
Log Master enhances your debugging experience by adding stylish, structured, and dynamic console logs effortlessly in Visual Studio Code.
🔹 Instantly insert logs with emojis, colors, and real-time timestamps.
🔹 Supports all console methods â log, warn, error, table, group, time, and more!
🔹 Quick shortcuts & menu for seamless debugging.
🔹 Formatted logs with clear separators for better readability.
⨠Features
â
🔥 One-Click Console Logging â Quickly add console.log(), console.warn(), console.error(), etc.
â
âŗ Dynamic Timestamp at Execution â See when the log was printed in real time.
â
📊 Supports Table, Grouping & Timers â View structured data clearly.
â
⥠Keyboard Shortcuts for Fast Debugging â Debug efficiently without breaking focus.
â
🎨 Styled & Colorful Logs â Emojis, colors, and separators for better readability.
🎯 How to Use
🖱ī¸ Using Commands
- Select a variable or expression in your code.
- Open the Command Palette (
Ctrl + Shift + P or Cmd + Shift + P on Mac).
- Search for Log Master and select the desired log type.
â¨ī¸ Using Keyboard Shortcuts
| Shortcut |
Action |
Ctrl + Alt + L |
Insert console.log() |
Ctrl + Alt + W |
Insert console.warn() |
Ctrl + Alt + E |
Insert console.error() |
Ctrl + Alt + I |
Insert console.info() |
Ctrl + Alt + D |
Insert console.debug() |
Ctrl + Alt + T |
Insert console.trace() |
Ctrl + Alt + C |
Open Quick Pick Menu for all console methods |
🛠ī¸ Available Console Methods
Log Master supports all major console functions:
- â
console.log() 📝
- â
console.warn() â ī¸
- â
console.error() â
- â
console.info() âšī¸
- â
console.debug() 🐞
- â
console.trace() 🔍
- â
console.table() 📊
- â
console.group() 📑
- â
console.groupCollapsed() 📁
- â
console.groupEnd() 🔚
- â
console.time() âŗ
- â
console.timeEnd() â
- â
console.timeLog() âąī¸
- â
console.count() 🔢
- â
console.countReset() âģī¸
- â
console.assert() â
- â
console.clear() 🧹
📦 Installation
- Open VS Code.
- Go to the Extensions marketplace (
Ctrl + Shift + X).
- Search for Log Master.
- Click Install and enjoy fast debugging! 🎉
🚀 Example Output
ââââââââââââââââââââââââââââââââââââââââââââ
📝 LOG - 11:30:45 AM
ââââââââââââââââââââââââââââââââââââââââââââ
{ user: "Harry", age: 30 }
ââââââââââââââââââââââââââââââââââââââââ