v3.22.0: PHP Support Moves To Turbo Core
6
Publication Date: 18/05/2026
Author: Anas Chakroun
3-4 minutes
Turbo Console Log v3.22.0 moves PHP support into the free core extension. You can now insert, comment, uncomment, delete, and correct PHP log messages without a Pro license.
This is a deliberate product decision: language support should be broadly accessible. Pro remains focused on workspace-scale power features, while every PHP developer gets the same fast single-file debugging workflow that JavaScript and TypeScript developers already use every day.

What Changed
v3.22.0 moves PHP support from the Pro bundle into the free core extension. Every PHP debugging command is now available to all users with the same shortcuts already used for JavaScript and TypeScript.
Insert
var_dump()ββK βL/Ctrl+K Ctrl+Lprint_r()ββK βN/Ctrl+K Ctrl+Nerror_log()ββK βBorβK βE/Ctrl+K Ctrl+BorCtrl+K Ctrl+E
Manage
- Comment β
Alt+Shift+C - Uncomment β
Alt+Shift+U - Delete β
Alt+Shift+D - Correct β
Alt+Shift+X
Available in the free core extension
- Insert
var_dump(),print_r(), anderror_log()statements from dedicated shortcuts - Comment and uncomment Turbo PHP log messages in the active file
- Delete inserted PHP log messages once debugging is finished
- Correct PHP log messages after variable names or context change
- Use the same AST-aware placement model across JS, TS, and PHP
Turbo Pro: Debugging at Workspace Scale
Free gives you everything you need to debug the file in front of you. Pro is for when the problem is bigger than one file. It brings all your logs β JS, TS, and PHP β into a single panel where you can search, filter, navigate, and clean up across your entire project without leaving VS Code.

What Pro unlocks
- Workspace-wide logs panel β JS, TS, and PHP in one unified view
- Tree navigation with search and filtering across every file in your project
- Git-aware cleanup β remove logs from changed files and lines before every commit
- Bulk actions across folders, files, and selected log groups
- Jump to any log source from the panel with a single click