This project will help you learn the best way to write code in IntelliJ IDEA.
The full tutorial for learning IntelliJ IDEA is in the book Getting to Know IntelliJ IDEA, or you can learn via the self-paced training course Working With Code in IntelliJ IDEA.
To use these samples, open the project in IntelliJ IDEA.
- Open IntelliJ IDEA.
- If you do not have a project open, choose "Get from VCS" from the Welcome Dialog.
- If you already have a project open, go to the "Git" or "VCS" menu and select "Clone...".
- Paste
https://github.com/Getting2KnowIJ/testing-code
into the URL input box, and select a location to clone the project to, and press the "Clone" button.
This video shows a walkthrough of the process using the classic UI.
IntelliJ IDEA will download the code and set up a project for you to work with.
There are repositories with more examples for learning IntelliJ IDEA here.