IntelliJ IDEA 12代码完成,没有大小写 [英] IntelliJ IDEA 12 code completion without capitalisation

查看:129
本文介绍了IntelliJ IDEA 12代码完成,没有大小写的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在eclipse 4.2中,我只需输入:

In eclipse 4.2, I can just type:

joptionpane

并按 CTRL + SPACE ,它将变为:

and press CTRL+SPACE and it will turn into:

JOptionPane

有没有办法用intelliJ IDEA做同样的事情?我试过按 CTRL + SPACE ALT + / 即可。但是,由于某些原因它只是不起作用。

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.

我只是尝试了IDEA的第12版,因为我的一些朋友告诉我这是一个更好的IDE并且有更好的代码完成(他们的意见)。

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

如果您输入jo并点击TAB,它将扩展为JOptionPane。

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

这篇关于IntelliJ IDEA 12代码完成,没有大小写的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆