Attaching sources in IntelliJ IDEA for scala project

前端 未结 4 1402
别那么骄傲
别那么骄傲 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:41

    I have the same problem. I installed "Scala Imports Organizer", and problem was solved.

提交回复
热议问题