Java 在IDEA 12.1.6中禁用scala模板的导入折叠

Java 在IDEA 12.1.6中禁用scala模板的导入折叠,java,intellij-idea,playframework,playframework-2.0,playframework-2.2,Java,Intellij Idea,Playframework,Playframework 2.0,Playframework 2.2,我真是受够了 Intellij IDEA 12.1.6(构建129.1359)和Play 2.0支持0.22.302 这个想法代替了我的进口 import views.html.footballCoupon; import views.html.message; import views.html.genericCouponTemplate; import views.html.review; 与 和(惊喜)立即中断代码,错误如下: Recerence to 'footballCoupon' 

我真是受够了

Intellij IDEA 12.1.6(构建129.1359)和Play 2.0支持0.22.302

这个想法代替了我的进口

import views.html.footballCoupon;
import views.html.message;
import views.html.genericCouponTemplate;
import views.html.review;

和(惊喜)立即中断代码,错误如下:

Recerence to 'footballCoupon' is ambiguous, both 'views.html.footballCoupon$' and 'views.html.footballCoupon' match

如何禁用此类折叠或以任何其他方式解决此问题?

在项目设置->Scala中,有一个名为“使用'.''的类计数”之类的选项。只需将该数字增加到99左右。

通常是一个代码样式设置(“使用带“*”的导入的类计数”),但我发现Scala语言没有这样的设置……我建议向他们提交一个票证。我非常确定以前有这样的设置,查找了一会儿,但找不到。
Recerence to 'footballCoupon' is ambiguous, both 'views.html.footballCoupon$' and 'views.html.footballCoupon' match