Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>SysOut for JavaNew to Visual Studio Code? Get it now.
SysOut for Java

SysOut for Java

Ricardo Emerson

|
87,630 installs
| (1) | Free
Help insert and remove System.out.println(*) statement
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info


SysOut for Java

Support

SysOut for Java is an extension created for Visual Studio Code. If you find it useful, please consider supporting it.

Donate with PayPal Donate with Mercado Pago

SysOut for Java

Visual Studio Marketplace Version Visual Studio Marketplace Installs Visual Studio Marketplace Downloads Visual Studio Marketplace Rating GitHub

Easily insert and remove System.out.println("variable: " + variable); statement.

Usage

With selection:

  • Highlight a variable (or really any text)
  • Press Ctrl+Shift+L
  • The output (on a new line) will be: System.out.println("variable: " + variable);

Without selection:

  • Press Ctrl+Shift+L
  • The output (on the same line) will be: System.out.println("");

To remove System.out.println:

  • Press Ctrl+Shift+D
  • This will delete all System.out.println statements in the current document

Usage of Slf4j - Simple Logging Facade for Java

With selection:

  • Highlight a variable (or really any text)
  • Press Cmd+Shift+L
  • The output (on a new line) will be: log.info("variable: {}", variable);

Without selection:

  • Press Cmd+Shift+L
  • The output (on a new line) will be: log.info("");

License

MIT License

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