[tutorial] 讓在 VScode 開發 Java 跟 Intellij 一樣好用的 Extension
📌 簡介
讓在 VScode 開發 Java 跟 Intellij 一樣好用 ~~
🚀 介紹 Extension
Indention Setup


Project Manager for Java


Java Formatter


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

After
建立新的 Method
- Option + Enter
- 選
Create method xxx

Javadoc Tools

Before

漂浮視窗
After

點選 Java Class 可以直接 preview Java Doc
🔗 參考資料
[tutorial] 讓在 VScode 開發 Java 跟 Intellij 一樣好用的 Extension
https://hsiangjenli.github.io/blog/zh-TW/tutorial-vscode-java-intellij-extension/