How to get Eclipse to show me the signature of a method while typing?

Mostly I have work on code completion (as far as I know that it works) in Eclipse, but this is not as good as Visual Studio. I have it configured to call auto-complete when (is pressed, but the list of method parameters is not displayed. I need to move the mouse cursor over the method for this to happen, and I would prefer it to happen while I type like Intellisense in VS.

I am using Aptana 3 with PyDev, if that matters.

+5
source share
2 answers
+1
source

Just press Ctrl+ Space, as Jonas Karlsson said.

0
source

All Articles