Attaching sources in IntelliJ IDEA for scala project

前端 未结 4 1349
别那么骄傲
别那么骄傲 2021-02-08 01:10

I have Playframework 2 project with Scala (very small one). It uses Scala Anorm library.

I have the code like this:

package models
..
import anorm.SqlPar         


        
4条回答
  •  一生所求
    2021-02-08 01:40

    To fix it we need to do some changes into IntelliJ IDEA platform. Most probably it will be fixed in IntelliJ IDEA 13.1.

提交回复
热议问题