- 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.
推薦閱讀
- Node.js 10實戰
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- Python機器學習:數據分析與評分卡建模(微課版)
- 企業級Java EE架構設計精深實踐
- Mastering OpenCV Android Application Programming
- Web Development with Django Cookbook
- 從0到1:HTML+CSS快速上手
- 數據結構習題精解(C語言實現+微課視頻)
- Python零基礎快樂學習之旅(K12實戰訓練)
- Expert Android Programming
- 從零開始學Python網絡爬蟲
- Python計算機視覺和自然語言處理
- SpringBoot從零開始學(視頻教學版)
- Java 11 and 12:New Features
- Android熱門應用開發詳解