Skip to content

Tooling

Mark Woon edited this page Apr 15, 2023 · 6 revisions

We are agnostic about the tools you use, but here are some tips on getting started with common tools:

Eclipse

Setting Up

After checking out the project, on the command line, run:

# ./gradlew eclipse

This will generate the Eclipse project files for you.

You should now be able to open up the project in Eclipse.

Please make sure you install and use the EditorConfig plugin.

IntelliJ IDEA

Setting Up

When you open the project in IntelliJ IDEA, it should detect that there is an unlinked Gradle project. Click on the option to Import Gradle project.

Make sure you enable the Use auto-import setting.

All the other IDEA config files are already configured so that everyone should be able to start with the same baseline.

If IDEA asks you about using EditorConfig, just say no. IDEA has better code style support and should already be configured to use the project default.

Clone this wiki locally