Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>MamasriNew to Visual Studio Code? Get it now.
Mamasri

Mamasri

DIGGAJ

|
6 installs
| (2) | Free
Console shortcuts for faster JavaScript debugging
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🛠️ Mamasri Console Snippets

👾 Follow me on GitHub

Speed up your JavaScript debugging with handy console shortcuts!

Features

  • .log → console.log()
  • .error → console.error()
  • .warn → console.warn()
  • .info → console.info()
  • .table → console.table()
  • .time → console.time() + console.timeEnd()
  • .trace → console.trace()
  • .debug → debugger;

Usage

Just type a dot (.) followed by the shortcut, and VS Code will expand it.

Enjoy coding! 🚀

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