views:

47

answers:

2

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?

+2  A: 

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

Yuval F
+2  A: 

Yes - just press CTRL-P.

Joe

related questions