I recently made a switch from Netbeans 7 to IntelliJ 13 and so far I'm very happy. However in Netbeans I found the code-completion to be a bit better, despite reading nothing but praise for IntelliJs code-completion.

My code-completion in IntelliJ just shows parameter types, not names. I have attached picture to show you. Netbeans, IntelliJ

As you can see, Netbeans show the entire function declaration, which is useful if you don't know every method by heart or just forgot if "is name or address first?".

Is there a way to make IntelliJ behave the same way?

//EDIT: I use Windows 7, my IntelliJ is community version 13.0, build #IC-133.193

没有正确的解决方案

其他提示

Configure the SDK properly.

Ctrl+alt+shift+s -> SDKs -> Click the + and find your SDK

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top