Development Cycle – Setup IntelliJ with Scala

As part of this topic, we will setup IntelliJ with scala on windows

  • One of the popular IDE for Scala is IntelliJ
  • It is very well integrated with scala and SBT
  • We will see how to develop the application using IntelliJ

Setting up IntelliJ with scala

  • Go to the link Scala Download
  • Click on Download IntelliJ option
  • Go to the bottom of the page and then click on the community edition of windows .exe file
  • Install the IntelliJ file and follow the procedure
  • Open IntelliJ and click on plugins
  • Search for scala and install the plugin and click on ok
  • Give project details as mentioned

Share this post