Hi there,
Would anyone knows what's the equavalent of Eclipse's "Ctrl+Shift+M" in IntelliJ IDEA?
Basically in Eclipse, I can press "Ctrl+Shift+M" on a line like "MyClass.staticMethod" after highlighting "staticMethod", and it will auto insert the "import static MyClass.assertThat" to the top of the source, and then remove the "MyClass." prefix from the line.
Thanks,
Zemian