We're working on our next update for the Scala plugin, and today I want to share with you a fresh EAP build that brings two noticeable improvements: advanced analysis for implicit parameters and faster compilation for Play Framework.
Advanced Implicit Parameters Analyser
Now, when you call the Implicit Parameters action, in addition to the list of applicable implicit parameters you will see those that can't be found:
Under the "Parameter not found" label you'll find the list of possible implicits for this location. It distinguishes the following cases:
Fewer applicable implicits a
Scala 1.4 EAP Brings Advanced Implicits Analyzer and Faster Play Compiler
by