A VS Code extension that enhances your debugging experience by showing variable values directly in the editor while debugging PHP code.
- PHP Debug extension for VS Code
- Shows variable values inline during debugging
- Automatically displays:
- Array access values
- Loop control variables
- Function parameters
- Open Visual Studio Code.
- Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X on Mac).
- Search for PHP Debug Inline.
- Click "Install."
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"
}Your feedback is invaluable! If you encounter any issues or have suggestions for improvements, please report them here.
This extension is licensed under the MIT License. See the LICENSE file for details.
Enjoy coding with PHP Debug Inline! 🚀
