Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Turbo ddNew to Visual Studio Code? Get it now.
Turbo dd

Turbo dd

RoRo

|
54 installs
| (0) | Free
Insert dd for a variable in laravel automatically
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

turbo-dd README

This is a helper for using dump and die function easily in a PHP file.

Features

Insert a meaningful log message Two steps:

Selecting or hovering the variable which is the subject of the debugging (Manual selection will always take over the hover selection)

Pressing ctrl + shift + L

The log message will be inserted in the next line relative to the selected variable like the following:

dd('🚀 ~ file: file name:line number ~ variable:', variable);

Pressing ctrl + shift + K

The log message will be inserted in the next line relative to the selected variable like the following:

dump('🚀 ~ file: file name:line number ~ variable:', variable);

Release Notes

1.0.0

Initial release of turbo dd.

1.1.0

Added shortcut for dump function.

1.1.1

Updated README file.

Enjoy!

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