您的位置:首页 > 其它

Attaching sources in IntelliJ IDEA for scala project 源码

2016-04-06 09:24 495 查看
转发链接:http://stackoverflow.com/questions/13520532/attaching-sources-in-intellij-idea-for-scala-project

First download source code :

1.) Click on this link : http://www.scala-lang.org/download/all.html

2.) Choose any scala version.

3.) Now in the last section 'Other Resources' you can see 'Sources' link. Click on it to download. In my case (https://codeload.github.com/scala/scala/tar.gz/v2.11.7)



Now point to this Source Code from IntelliJ.

1.) Open Project Structure in IntelliJ. Shorcut (Cmd + DownArrow)

2.) Select Global Libraries from the left section.

3.) Then on right side, Under 'Scala Library' section. Click '+' and point to source directory. See the screenshot.

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: