In eclipse 4.2, I can just type:
joptionpane
and press CTRL+SPACE and it will turn into:
JOptionPane
Is there any way to do the same with intelliJ IDEA? I have tried pressing CTRL+SPACE, and ALT+/. But, for some reason it just does not work.
I would be most grateful if anyone could show me how to do this.
I am just trying out version 12 of IDEA, since some of my friends told me that it was a better IDE and had better code completion (their opinions).