Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Laravel Debug RemoverNew to Visual Studio Code? Get it now.
Laravel Debug Remover

Laravel Debug Remover

YasserElgammal

|
1 install
| (0) | Free
Automatically removes dd() statements from Laravel PHP and Blade files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Remove Debug Statements

Remove all dd() debug statements from PHP and Blade files in your Laravel projects.

Features

  • 🔍 Two modes: Current file or entire workspace
  • 🚫 Smart exclusions: Automatically skips vendor, node_modules, storage
  • ⚙️ Configurable: Customize excluded directories
  • ⚡ Fast: Efficiently processes hundreds of files

Usage

Remove from Current File

  • Ctrl+Shift+D (Windows/Linux) or Cmd+Shift+D (Mac)
  • Or: Command Palette → "Remove all debug statements (Current File)"

Remove from Entire Workspace

  • Command Palette (Ctrl+Shift+P)
  • Type: "Remove all debug statements (Entire Workspace)"

Supported Patterns

  • dd();
  • dd($variable);
  • {{ dd(...) }}
  • {!! dd(...) !!}
  • @dd(...)

Requirements

  • VS Code 1.75.0 or higher
  • PHP or Blade files

Extension Settings

Configure excluded directories in VS Code settings:

{
  "removeDdStatements.excludePatterns": [
    "**/vendor/**",
    "**/node_modules/**"
  ]
}

Release Notes

1.0.0

Initial release

  • Remove debug statements from current file
  • Remove debug statements from entire workspace
  • Configurable exclusion patterns
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft