Frage

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

Keine korrekte Lösung

Andere Tipps

Configure the SDK properly.

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top