- Learning Scala Programming
- Vikash Sharma
- 165字
- 2021-06-30 19:07:47
Scala IDEs
After getting familiar with Scala REPL, now is the time to install IDE (Integrated Development Environment). There are options available to work with Scala in IDE. Choose what fits the best for you. Eclipse lovers can go for Scala IDE. To download:
- Go to http://scala-ide.org/download/sdk.html.
- You may choose from the available options suitable for your operating system.
If you're accustomed to IntelliJ IDE, you may go for the plugin download for SBT. This will enable you to create Scala applications. To get started with Scala development on IntelliJ IDE:
- Go to https://www.jetbrains.com/idea/download/.
- You may choose from the available options suitable for your operating system.
- After installation, go to File | IntelliJ IDEA | Preferences | Plugins and search for Scala.
- Click on Install | Apply.
With this, you're ready to work with Scala on IntelliJ IDE. If you're IDE neutral, you may choose whichever suits the best. We'll use IntelliJ IDE (Community Edition) version 2017.1 with SBT version 0.13.15 and Scala 2.12.2 version.
推薦閱讀
- Mastering ServiceStack
- 大學計算機應用基礎實踐教程
- Learning SAP Analytics Cloud
- 數據結構與算法JavaScript描述
- RTC程序設計:實時音視頻權威指南
- Node.js:來一打 C++ 擴展
- 持續輕量級Java EE開發:編寫可測試的代碼
- Visual Basic程序設計(第三版)
- Mastering Docker
- RubyMotion iOS Develoment Essentials
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- Python數據預處理技術與實踐
- JavaScript Unit Testing
- Web開發新體驗
- HikariCP數據庫連接池實戰