Setup Intellij IDEAΒΆ

  1. Download [ https://www.jetbrains.com/idea/download] and Install IntelliJ
  2. Open IDEA
  3. Menu: File -> Settings ->
    Select SBT under IDE Settings Enter -DSMILE_HOME=~/installs/smile-x.y.z (i.e., the smile install directory) in VM parameters textbox Click OK
  4. Menu : File -> Import Project
  5. Select build.sbt located in the project directory and click Ok
  6. Select checkbox - Use Auto Import, Press Ok