Console Log Highlighter is a Visual Studio Code extension designed to make it easier to spot console.log statements and other console methods in large codebases. This tool highlights console.log, console.error, console.warn, and console.info statements in different colors, helping developers quickly identify and manage these logs during debugging and development.
Features
Highlight console.log Statements: Automatically highlight all console.log statements in the code.
Customizable Colors: Allows users to customize the colors used for highlighting different console methods.
Support for Other Console Methods: Optionally extend the highlighting to other console methods like console.error, console.warn, console.info, etc.
Toggle Highlighting: Users can enable or disable highlighting with a command or keyboard shortcut.
Configuration Options: Provides settings for customizing the extension's behavior.
Configuration
You can configure the extension through the VS Code settings panel.
Highlight Colors
You can specify different colors for each console method. The default