scala - IntelliJ IDEA 12 with Play 2.0. No Java/Scaladocs -
i configured intellij idea 12 work play 2.0 framework: installed scala
, play 2.0
plugins , downloaded play 2.0.4
framework (i choosed play 2.0.4
root directory when created new project idea).
all works fine, i.e. can run code , see result in browser, miss scaladocs/javadocs in ide (when pressing ctrl+q
) both play 2.0
, scala
. how can configure it?
try run with-sources
option.
easiest if enter play console mode.
play
then run with-sources
option idea command
idea with-sources=yes
Comments
Post a Comment