Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ericgomez/vscode-php-debug-inline

Open more actions menu

Repository files navigation

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

About

Shows PHP variable values inline during debugging.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.