Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.27 KB

File metadata and controls

45 lines (29 loc) · 1.27 KB

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

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! 🚀