intellij "compiles" your code as you type with a c...
# announcements
m
intellij "compiles" your code as you type with a compiler that's specifically designed for IDE purposes, so it doesn't bother doing stuff like generating bytecode, and it does generate metadata as it goes.