IntelliJ IDEA 12 code completion without capitalisation

Solution 1:

You can disable the case sensitivity of the code completion in the settings menu:

File -> Settings -> Editor -> Code completion -> Case sensitive completion

enter image description here

If you then type "jo" and hit TAB, it will expand to JOptionPane.

Updated screenshot for IntelliJ 15

enter image description here

Update screenshot for IntelliJ 2018

enter image description here