Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>PHP Debug InlineNew to Visual Studio Code? Get it now.
PHP Debug Inline

PHP Debug Inline

ericgomez

|
4,006 installs
| (0) | Free
Shows PHP variable values inline during debugging.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PHP Debug Inline

A VS Code extension that enhances your debugging experience by showing variable values directly in the editor while debugging PHP code.

Demo

Requirements

  • PHP Debug extension for VS Code

Features

  • Shows variable values inline during debugging
  • Automatically displays:
    • Array access values
    • Loop control variables
    • Function parameters

Installation

  1. Open Visual Studio Code.
  2. Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X on Mac).
  3. Search for PHP Debug Inline.
  4. Click "Install."

Color Customization

You can customize the colors of the inline debug values by adding the following configuration to your VS Code settings.json:

"workbench.colorCustomizations": {
    "editor.inlineValuesForeground": "#666D75",
    "editor.inlineValuesBackground": "#00000000"
}

Feedback

Your feedback is invaluable! If you encounter any issues or have suggestions for improvements, please report them here.

License

This extension is licensed under the MIT License. See the LICENSE file for details.

Enjoy coding with PHP Debug Inline! 🚀

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