Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Simple Java ExtensionNew to Visual Studio Code? Get it now.
Simple Java Extension

Simple Java Extension

Adhishtanaka Kulasooriya

|
5,604 installs
| (0) | Free
Simple Java Extension is a VS Code extension that simplifies Java programming. It provides code snippets, compiler integration, and an enhanced development experience.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Simple Java Extension

Simple Java-Extension is a VS Code extension that simplifies Java programming. It provides code snippets, compiler integration, and an enhanced development experience.

Build & Run

Prerequisites

Before using this extension, you need to install the Java compiler. You can download the Java Development Kit (JDK) from the official Oracle website: Java SE Downloads

Installation

  1. Launch Visual Studio Code.
  2. Go to the Extensions view (Ctrl+Shift+X).
  3. Search for "Simple Java-Extension".
  4. Click on the "Install" button.

Usage

  1. Open a Java file in Visual Studio Code.
  2. Use the provided code snippets to insert common Java patterns.
  3. Click the "Run" button or use the java-extension.brj command to compile and run your Java code.

Snippets

The extension provides the following code snippets:

  • !jmain: Java template for a class with a main method.
  • !jif: Java template for an if-else if-else statement.
  • !jswitch: Java template for a switch statement.
  • !jwhile: Java template for a while loop.
  • !jdowhile: Java template for a do-while loop.
  • !jfor: Java template for a for loop.
  • !jmethod: Java template for a method.
  • !jinterface: Java template for an interface.
  • !jclass: Java template for a class.

Current Contributors

Nithma Fernando
Nithma Fernando

Contributed the icon of Java-Extension.

Contributing

Contributions are welcome! If you encounter any issues or have suggestions for improvement, please report them in the issue tracker.

License

This extension is licensed under the MIT License.

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