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

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -