New to GitHub IDE #145346
-
Select Topic AreaGeneral BodyHi, I am new to a GitHub IDE. I need to do Java Development in a GitHub IDE, is GitHub Codespaces what I need to use? Can Maven be installed in the IDE as well? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
On GitHub Codespaces, you can install Maven directly from the terminal. If you want to add the Maven plugin for VS Code, you can search for and install plugins like "Maven for Java" from the "Extensions" menu. https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven |
Beta Was this translation helpful? Give feedback.
-
Thank you, this is very helpful. |
Beta Was this translation helpful? Give feedback.
On GitHub Codespaces, you can install Maven directly from the terminal. If you want to add the Maven plugin for VS Code, you can search for and install plugins like "Maven for Java" from the "Extensions" menu.
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven