Report this

What is the reason for this report?

console.log() Faster with Turbo Console Log

Draft updated on Invalid Date
Chris on Code

By Chris on Code

console.log() Faster with Turbo Console Log
This tutorial is out of date and no longer maintained.

Introduction

I’ve recently been live-coding on Twitch and the thing that I’ve loved about it is all the users in the chat that are helping me out by giving me their own tips and tricks.

In our most recent stream, we started talking about my VS Code extensions and one that was recommended to me that I’d never heard of before was Turbo Console Log.

In a nutshell, it lets you take a variable and quickly write the whole console.log statement with keyboard shortcut CTRL+ALT+L for Windows or CMD+OPT+L for Mac.

Here’s a gif of it in action:

Why Turbo Console Log?

I’m a sucker for any keyboard shortcut that can save me from writing some characters. Absolutely love working with Vim.

If you told me of an extension or keyboard shortcut that saved me typing even 3 characters, I’ll jump on it and dedicate adding that to my arsenal of keyboard shortcuts.

The JavaScript (ES6 Code Snippets) extension has a convenient snippet where you can type:

clg

Expands to:

console.log()

Turbo Console Log provides another convenient shortcut to create those console.logs.

Extras: Removing All console.log()

In addition to creating console.log() messages quickly, Turbo Console Log can:

  • Delete all console.log() messages: SHIFT+ALT+D
  • Comment all console.log() messages: SHIFT+ALT+C
  • Uncomment console.log() messages: SHIFT+ALT+U

Conclusion

Yes, I know that the Debugger for Chrome extension is useful also to find out what is in your code, but sometimes you just gotta console it! For some tutorials on debugging in VS Code, check out these:

Thanks for learning with the DigitalOcean Community. Check out our offerings for compute, storage, networking, and managed databases.

Learn more about our products

About the author

Chris on Code
Chris on Code
Author
Category:
Tags:

Still looking for an answer?

Was this helpful?


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Creative CommonsThis work is licensed under a Creative Commons Attribution-NonCommercial- ShareAlike 4.0 International License.
Join the Tech Talk
Success! Thank you! Please check your email for further details.

Please complete your information!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.