In Eclipse I was able to register a set of classes for static import auto-completion, e.g. Math., Assert., EasyMock.*
With this enabled I was able to hit ctrl-space assertEquals, pow, createMock etc. would appear as valid code completions.
I'm struggling to find this in IntelliJ but am sure it must exist. Can anyone help?
Thanks!