Eclipse IDE

先決條件

  1. Java8(1.8.0_91)
  2. Eclipse neon(JavaScript 和 Web Developer)
  3. Play Framework 2.5.4

在 Eclipse 中安裝 Scala

  1. 啟動 Eclipse
  2. 開啟 Help> Eclipse Marketplace
  3. Find 中鍵入 Scala
  4. 安裝 Scala IDE

設定 sbteclipse

  1. 開啟遊戲專案 .\project\ plugins.sbt
  2. plugins.sbt 中新增以下命令來轉換 eclipse 專案

addSbtPlugin(“com.typesafe.sbteclipse”%“sbteclipse-plugin”%“4.0.0”)

  1. 開啟命令然後去玩專案,例如 cd C:\play\play-scala。在命令列鍵入以下內容

啟用日食

匯入專案

  1. 轉到選單 File> Importin Eclipse
  2. 選擇 Existing Projects into Workspace
  3. 選擇根目錄

現在你的專案已準備好在 Eclipse IDE 中檢視和編輯。