[tutorial] Extensions that make developing Java in VScode as convenient as in Intellij

Note: This page is an AI-generated (gpt-5-mini-2025-08-07) translation from Traditional Chinese and may contain minor inaccuracies.

📌 Introduction

Make developing Java in VScode as convenient as in Intellij ~~

🚀 Introducing Extensions

Indentation Setup

image

image

Project Manager for Java

image

image

Java Formatter

image

image

1
"java.format.settings.url": "https://raw.githubusercontent.com/google/styleguide/gh-pages/eclipse-java-google-style.xml",
1
"java.format.settings.profile": "GoogleStyle",

IntelliJ IDEA Keybindings

image

After

Create a new Method

  1. Option + Enter
  2. Select Create method xxx

image

Javadoc Tools

image

Before

image

Floating window

After

image

Clicking a Java Class lets you directly preview Java Doc

🔗 References

[tutorial] Extensions that make developing Java in VScode as convenient as in Intellij

https://hsiangjenli.github.io/blog/tutorial-vscode-java-intellij-extension.en/

Author

Hsiang-Jen Li

Posted on

2026-03-18

Updated on

2026-03-18

Licensed under