Remove & Insert dd() for Laravel (VS Code Extension)
This Visual Studio Code extension helps Laravel developers insert or remove dd() debug statements quickly and efficiently.
🚀 Features
💡 Usage
Shortcut |
Action |
Alt + D |
Insert dd($variable) on next line |
Ctrl + Alt + D |
Remove all dd() or @dd() globally |
Ctrl + Shift + D |
Remove all dd() or @dd() in current file only |
⚠️ Make sure your workspace is open. This extension searches and edits files under the root Laravel project directory.
📂 File Support
- ✅ Works in all
.php files
- ✅ Targets folders like
app/ , routes/ , resources/
- ❌ Skips
vendor/ , node_modules/ , and storage/ folders to avoid modifying external or cached code
🔧 Requirements
- VS Code
v1.99.0 or higher
- Laravel project recommended
📦 Installation
- Download or build the
.vsix file using vsce package
- In VS Code, press
Ctrl + Shift + P → Extensions: Install from VSIX...
- Select your
.vsix file to install
🔐 License
MIT License
| |