简体   繁体   中英

IntelliJ IDEA 12 code completion without capitalisation

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).

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

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

在此输入图像描述

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

Updated screenshot for IntelliJ 15

在此输入图像描述

Update screenshot for IntelliJ 2018

在此输入图像描述

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM