[tutorial] 讓在 VScode 開發 Java 跟 Intellij 一樣好用的 Extension

📌 簡介

讓在 VScode 開發 Java 跟 Intellij 一樣好用 ~~

🚀 介紹 Extension

Indention 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

建立新的 Method

  1. Option + Enter
  2. Create method xxx

image

Javadoc Tools

image

Before

image

漂浮視窗

After

image

點選 Java Class 可以直接 preview Java Doc

🔗 參考資料

[tutorial] 讓在 VScode 開發 Java 跟 Intellij 一樣好用的 Extension

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

作者

Hsiang-Jen Li

發表於

2026-03-18

更新於

2026-03-18

許可協議