When does IntelliJ's Scala incremental compilation happen?
问题 When does IntelliJ's Scala incremental compilation happen? I notice that making changes to a file does not cause the corresponding .class files (in /target) to be updated. When does this happen? 回答1: I think you misunderstand how Scala incremental compilation works. There are 2 different things that might be called "IntelliJ's Scala incremental compilation ": 1) Proper Scala incremental compilation which is more or less a set of typcial strategies applicable for different programming