v3.22.0: PHP Support Moves To Turbo Core

6

Publication Date: 18/05/2026

Author: Anas Chakroun

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.

Turbo Console Log PHP support illustration
PHP debugging is now available in the free core extension

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+L
  • print_r() β€” ⌘K ⌘N / Ctrl+K Ctrl+N
  • error_log() β€” ⌘K ⌘B or ⌘K ⌘E / Ctrl+K Ctrl+B or Ctrl+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(), and error_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.

Turbo Pro workspace-scale debugging illustration
Turbo Pro brings all your logs across JS, TS, and PHP into one unified workspace panel
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
Upgrade to Turbo Pro