Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Console HighlighterNew to Visual Studio Code? Get it now.
Console Highlighter

Console Highlighter

Sheik Mostafizur

|
2 installs
| (0) | Free
Highlight console.log, console.error, console.warn, console.info, and console.debug statements with different colors
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Console Highlighter

Version Installs Rating License

A VS Code extension that highlights console statements with different colors for better visibility during debugging.

Features

  • 🎨 Different colors for each console method (log, info, warn, error, debug)
  • 📁 Supports multiple file types: JavaScript (.js, .mjs, .cjs), TypeScript (.ts), React (.jsx, .tsx)
  • ⚙️ Fully customizable colors through VS Code settings
  • 🚀 Real-time highlighting as you type
  • 💡 Lightweight with zero dependencies

Supported Console Methods

Method Default Color
console.log neon green (rgba(0, 255, 106, 0.8))
console.info Sky Blue (rgba(56, 189, 248, 1))
console.warn Amber (rgba(251, 191, 36, 1))
console.error Red (rgba(248, 113, 113, 1))
console.debug Violet (rgba(167, 139, 250, 1))
console.dir Slate (rgba(148, 163, 184, 1))

Installation

From VS Code Marketplace

  1. Open VS Code
  2. Press Ctrl+Shift+X (or Cmd+Shift+X on Mac) to open Extensions
  3. Search for "Console Highlighter"
  4. Click Install

From VS Code Quick Open

  1. Press Ctrl+P (or Cmd+P on Mac)
  2. Type ext install sheik-mostafizur.console-highlighter
  3. Press Enter

Manual Installation

Download the .vsix file from GitHub Releases and run:

code --install-console-highlighter-0.0.2.vsix
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft