Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>log-o-matic 9000New to Visual Studio Code? Get it now.
log-o-matic 9000

log-o-matic 9000

Tobin Pomeroy

|
522 installs
| (2) | Free
console print tool to make your life easier
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

log-o-matic 9000

Tool for logging out variables or function names in Godot, Unity, Dotnet, Javascript and Typescript.

How to use

Highlight a variable and press alt+L to produce a log like this:

Debug.Log("&&& myVar: " + myVar);

Highlight a function name and press alt+L to produce a log this:

Console.WriteLine("&&& myFunction");

If UnityEngine isn't already imported in the file, it will log-o-matically add using UnityEngine; at the top.

For non-Unity dotnet projects, the Settings toggle Use Debug will use Debug.WriteLine() instead of Console.WriteLine()

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft