🎯 Key Feature Highlight
💥 Press Ctrl + Shift + L
to instantly console.log ALL your variables in the file.
No typing, no missing logs — just supercharged debugging ⚡
🖼️ Before & After – See the Magic
See the transformation — instantly!
⚙️ How to Use
Just hit the shortcut and BOOM 💥 — all variables in your file are automatically logged.
OS |
Shortcut |
🪟 Windows/Linux |
Ctrl + Shift + L |
🍎 macOS |
Cmd + Shift + L |
🧭 Command Palette |
Ctrl+Shift+P → Add Console Logs |
📦 Installation
- Open Extensions in VS Code (
Ctrl + Shift + X
)
- Search:
Auto Console Log By Vallarasu Kanthasamy
- Click Install
- Done! 🎉
Or install from the Marketplace →
✅ What It Logs
- All
let
, const
, and var
variables in the current file
- Files supported:
.js
, .ts
, .jsx
, .tsx
- Format:
console.log("name:", name);
🧪 Comparison Table
Feature |
Turbo Console Log ❄️ |
Auto Console Log 🔥 (Yours) |
Logging Method |
One by one manually |
All at once automatically |
Productivity Boost |
🐢 Medium |
⚡ High |
Output Style |
console.log('var:', var); |
console.log("var:", var); |
Supported File Types |
JS / TS / React |
JS / TS / React |
🔥 Features Recap
✅ One-shot shortcut logging
✅ Custom log levels (log
, info
, warn
, error
)
✅ Supports .js
, .ts
, .jsx
, .tsx
✅ Lightning-fast debugging for real projects
👨💻 About the Developer
Hey there! I'm Vallarasu Kanthasamy, a React Developer from Bangalore 🚀
I love building smart tools that help developers save time and stay productive.
Tech Stack
- ⚛️ React, React Native, Node.js, Express.js
- 🌐 WordPress Plugin & Theme Development
- 🧰 Productivity Automation Tools
Projects
🌐 Connect with Me
🤝 Contributing
Pull requests and suggestions are welcome!
Fork this repo and create an issue to suggest features or improvements.
❓ FAQ
Does it work with React?
Absolutely! It works perfectly with `.js`, `.ts`, `.jsx`, and `.tsx` files.
Can I change log type?
Yes — choose between log
, info
, warn
, and error
.
Is this better than Turbo Console Log?
Yes! This tool logs all variables at once, saving more time than Turbo Console Log, which logs only one variable at a time.
🚀 Start Debugging Smarter Now
🚀 Install & Slash Debug Time
Automate logging and focus on solving problems — not typing logs.