| 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 .phpfiles✅ Targets folders like app/,routes/,resources/❌ Skips vendor/,node_modules/, andstorage/folders to avoid modifying external or cached code 
 🔧 Requirements
VS Code v1.99.0or higherLaravel project recommended 
 📦 Installation
Download or build the .vsixfile usingvsce packageIn VS Code, press Ctrl + Shift + P→Extensions: Install from VSIX...Select your .vsixfile to install 
 🔐 LicenseMIT License |  |