I seem to have to maunally click "Download Sources and Documentation" after each clean install, is there a way to get this to happen by default?
02 Answers
It is also a setting on the Import Project/Module screen, or available via settings under Maven > Importing: Automatically download sources/documentation
If you want to change this setting across all projects change the above option in File > Other Settings > Default Settings
0Intellij is ultimately using maven to download sources and documentation. So you need to configure maven.
So your sources and javadocs will be automatically downloaded whenever you do clean install.