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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -