문제

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