Setting up scala with IntelliJ

前端 未结 7 592
萌比男神i
萌比男神i 2020-12-04 06:37

I have Intellij ultimate 11.1, with the scala plugin installed.

I installed scala 2.9.2 using homebrew, which put scala in:

/usr/local/Cellar/scala/2         


        
7条回答
  •  自闭症患者
    2020-12-04 07:13

    The latest Brew has already realized this problem and created automatic symlinks upon installing Scala.

    Firstly, install Scala with Documentation

    brew install scala --with-docs
    

    Secondly, provide the following path in IntelliJ

    /usr/local/opt/scala/idea
    

提交回复
热议问题