Intellij-idea – IntelliJ IDEA hint parameters of method

intellij-idea

I'm just swapping from eclipse to IntelliJ, and I can't find this particular feature.

In Eclipse, when the cursor is inside the brackets of a method-call and I press Ctrl+Space, it tells me which parameters this method takes. Is there something similiar in IDEA?

Best Answer

Use Ctrl+P (Cmd+P for Mac), it should show something similar. You may also find the reference card (PDF) handy.