Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Manta's Console HasteNew to Visual Studio Code? Get it now.
Manta's Console Haste

Manta's Console Haste

Anantachai Saothong

|
18 installs
| (0) | Free
Add JavaScript console log quickly.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Console Haste is a Visual Studio Code extension that adds console.log(...) semantically for JavaScript and TypeScript.

When pressing Alt+C on an empty line, this will insert a console.log('*** $1') snippet.

Insert a non-prefilled console.log

When pressing Alt+C on a JavaScript expression, this will insert the console.log('*** xyz »', xyz) where xyz is an identifier or an expression.

Insert a single prefilled console.log

This also works with multiple cursor selection.

Insert a multiple prefilled console.log

When executing consoleHaste.deleteLog command, this will delete all console.log(...) that appear in all visible text editors.

Delete all console.log

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