A VS Code extension that helps you add language-specific debug print statements quickly while coding.
Features
This extension adds a keyboard shortcut (Ctrl+Shift+D or Cmd+Shift+D on Mac) that inserts a debug print statement below your selected variable or expression, automatically adapting to the programming language you're using.
How it works:
Select a variable or expression in your code
Press Ctrl+Shift+D (or Cmd+Shift+D on Mac)
A language-appropriate print statement is automatically inserted on the next line