Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Koca JS ConsoleNew to Visual Studio Code? Get it now.
Koca JS Console

Koca JS Console

super-yolin

|
370 installs
| (0) | Free
auto insert js console.log
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Koca JS Console

insert console.log with file path and line.

Usage


Usage

With selection:

  • Highlight a variable (or really any text)
  • Press Cmd+Shift+L
  • The output (on a new line) will be: console.log('Koca: ', <variable>');

Without selection:

  • Press Cmd+Shift+L
  • The output (on the same line) will be: console.log('Koca: ', <cursor>);

Release Notes

0.0.4

remove for:

  • remove input filepath

0.0.3

optimize for:

  • optimize text show

0.0.2

Fixxed for:

  • Fixxed wrap bug

0.0.1

Added support for:

  • Insert console.log with file path and line
  • Sync line number before save
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft