This is NOT an official Angular extension. This extension is a community-developed tool and is not affiliated VS code officials or their official teams.
This is just a Visual Studio Code extension that helps you manage console statements (log, warn, error, table) in your JavaScript and TypeScript code.
Features
Unified Console Management: Access all console management features through a single context menu option
Multiple Operations:
Comment console statements
Uncomment console statements
Remove all console statements
Selective removal of console statements (All, Active, or Commented)
Smart Processing:
Works with both single files and entire directories
Preserves code formatting
Handles multi-line console statements
Supports JavaScript and TypeScript files (.js, .jsx, .ts, .tsx)
Auto-formatting: Automatically format document after commenting/uncommenting console statements (configurable)
Commands
Manage Console Statements: Shows all available options
Comment Console Statements: Comments all console statements
Uncomment Console Statements: Uncomments all console statements
Remove Console Statements (All): Removes all console statements
Remove Console Statements (Selective): Removes specific types of console statements