Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Log Remover for JS, Vue & JSXNew to Visual Studio Code? Get it now.
Log Remover for JS, Vue & JSX

Log Remover for JS, Vue & JSX

Nayak Pavani

|
22 installs
| (0) | Free
This extension removes console.log statements and replaces console.log to console.error in catch blocks in Vue,React and JavaScript files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Remove Console Logs - VS Code Extension

Description

The Remove Console Logs extension automatically removes console.log statements from JavaScript and Vue files. Additionally, it replaces console.log with console.error inside catch blocks to maintain error reporting.

Features

  • Removes all console.log statements from JavaScript and Vue files.
  • Converts console.log to console.error inside catch blocks.
  • Works across all files in your workspace with a single command.

Installation

  1. Open VS Code.
  2. Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X on Mac).
  3. Search for Remove Console Logs.
  4. Click Install.
  5. Reload or restart VS Code if needed.

Usage

  1. Open Command Palette (Ctrl+Shift+P or Cmd+Shift+P on Mac).
  2. Search for Remove Console Logs From All Files.
  3. Select the command and let the extension do its job!

Requirements

  • VS Code version 1.0.0 or higher.

Repository

Find the source code and contribute at: GitHub Repository

License

This extension is open-source and licensed under the MIT License.


Developed by NayakPavani

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft