Skip to content

Tooling

Mark Woon edited this page Apr 18, 2016 · 6 revisions

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

Eclipse

Please make sure you install and use the EditorConfig plugin.

You should also change default output folder (/bin) to /build/eclipse. Check out this StackOverflow on how to do so.

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