Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ajx log utilsNew to Visual Studio Code? Get it now.
ajx log utils

ajx log utils

xudong

|
142 installs
| (0) | Free
Help insert and remove ajx.log.(*) statements
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ajx-log-utils

Easily insert and remove ajx.log.* statements

Installing

This extension is available for free in the Visual Studio Code Marketplace

Usage

With selection:

  • Highlight a variable (or really any text)
  • Press Cmd+Shift+J
  • The output (on a new line) will be: ajx.log.print('variable: ', variable);

Without selection:

  • Press Cmd+Shift+J
  • The output (on the same line) will be: ajx.log.print();

To remove ajx.logs:

  • Press Cmd+Shift+D
  • This will delete all ajx.log.* statements in the current document

To Do

License

MIT License

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