Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Easy Log ViewerNew to Visual Studio Code? Get it now.
Easy Log Viewer

Easy Log Viewer

MD Shiadul Bashar

|
246 installs
| (1) | Free
Shows console.log results in the output panel
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Log Viewer Extension for Visual Studio Code

Overview

The Log Viewer extension is designed to enhance your development workflow by providing an easy-to-use interface for viewing log outputs directly within Visual Studio Code. Instead of constantly switching between the terminal and your code, you can now view log results in real-time within your editor. This extension will display console logs directly within the file you’re working on, making debugging simpler and more efficient.# Log Viewer Extension for Visual Studio Code

Overview

The Log Viewer extension enhances your development workflow by providing an easy-to-use interface for viewing log outputs directly within Visual Studio Code. No need to constantly switch between the terminal and your code—view log results in real-time in the editor itself. This extension will display console logs within your file, making debugging simpler and more efficient.

Features

  • Real-time Log Display: View your console.log outputs directly in the editor.
  • Inline Log Viewer: Log results are shown inline with your code, allowing easier identification of issues.
  • Syntax Highlighting: Log outputs are displayed with syntax highlighting for better readability.
  • Customizable Views: Tailor the display of logs to show only what you need.
  • Multi-Project Support: Seamlessly works across different workspaces and projects.

Installation

You can install this extension directly from the Visual Studio Marketplace or through the VS Code Extensions panel.

  1. Open Visual Studio Code.
  2. Go to the Extensions panel (Ctrl+Shift+X).
  3. Search for Log Viewer.
  4. Click Install.

Alternatively, install it from the command line:

code --install-extension your-extension-name
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft