IntelliJ IDEA 12 code completion without capitalisation

后端 未结 2 1184
野性不改
野性不改 2020-12-13 01:37

In eclipse 4.2, I can just type:

joptionpane

and press CTRL+SPACE and it will turn into:

<         


        
2条回答
  •  自闭症患者
    2020-12-13 02:12

    IDEA is very senstive to capitalisation so I doubt ti will ignore it. You can type JOP+ and it will give you JOptionPane.

提交回复
热议问题