Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

intellij setup

Konstantin Sobolev edited this page Jul 28, 2017 · 3 revisions

IntelliJ IDEA project setup

Overview:

  • Install latest Community or Ultimate version
  • Install Scala plugin
  • Install Epigraph plugin
  • Import maven or gradle project

Installing Epigraph plugin

Either download from github or build with gradle:

./gradlew -c settings-bootstrap.gradle publishGradlePlugins   # if not performed already
./gradlew :idea-plugin:buildPlugin

Then install from zip found in idea-plugin/build/distributions

Importing Maven project

  • Run ./mvnw clean install -Plight-psi,main
  • On new welcome screen: Open
  • Navigate to checked out project
  • Press Reimport All Maven Projects button in the Maven Projects tool window

Importing Gradle project

  • On new welcome screen: Import project
  • Navigate to checked out project
  • Import project from external model, select Gradle
  • On Import Project screen:
    • Check Use auto-import
    • Make sure Gradle 3.5 is used (4.0 or later is not supported yet)
    • Make sure Gradle JVM is set to Java 8
  • Select all modules when asked which modules to include in the project