The Ultimate JS/TS Debugging Experience 🚀
One powerful license with unlimited potential!

- Native dedicated VSCode panel for the extension 🚀
- Current folder/workspace logs listing via VSCode Tree View API 🌲
- Real time synchronisation of the current folder/workspace logs in the tree ⚡️
- Contextual menu to execute turbo command actions on the file level 🚦
- Auto correct turbo log messages line numbers and file names when the tree is synchronised 🖊️
- Blazing fast and 100% native to VSCode 💨
v3.8.0: The Next Turbo Revolution ⚡️ 🌳


Version 3.8.0 brings two major improvements: significant performance gains with the new Acorn engine, and the Hide Logs feature for Turbo Pro users.
The switch from TypeScript compiler to Acorn parser results in a 96% smaller package and 89% faster startup times, while also improving parsing accuracy through dedicated refinements.
Turbo Pro users can now use the new Hide Logs feature to manage console output more effectively—hide repetitive logs with one click, create pattern-based rules, and filter by file.
Core Features
Insert log message
Mac: cmd + k, cmd + l | Windows: ctrl + k, ctrl + l
Comment log message
Mac: shift + option + c | Windows: shift + alt + c
Uncomment log message
Mac: shift + option + u | Windows: shift + alt + u
Delete log message
Mac: shift + option + d | Windows: shift + alt + d
Correct log message
Mac: shift + option + x | Windows: shift + alt + x
Settings
Log message prefix
default 🚀
Log message suffix
default :
Log message quote
default ""
Log type
default log
Log function
default console.log
Delimiter
default ~
Add semicolon
default true
Insert class
default false
Insert function
default false
File name
default true
line number
default true
Wrap log message
default false
Empty line around
default false