🌟 Bright Console is a Visual Studio Code extension that brings console logging directly to your code editor. With inline display of console.log() outputs, you no longer need to switch between your browser or terminal and the editor. Stay focused on your code while debugging effectively!
Features
🚀 Inline Console Logs
Displays the output of console.log() statements inline, next to the corresponding line in the editor.
❌ Error Display
Logs that produce errors are highlighted in red, making it easier to spot issues at a glance.
🔄 Real-time Updates
Outputs update dynamically as you edit your code.
🌈 Color-coded Output
Success outputs are displayed in green, and errors are displayed in red for clear differentiation.
How to Use
Open a JavaScript, React, or Next.js file.
Add a console.log() statement, for example:
console.log('Hello, Bright Console!');
The output will appear inline next to the console.log() statement in real-time.