-
Notifications
You must be signed in to change notification settings - Fork 40
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:
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.
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.