In IPython, I am used to write
function(
and then strike a tab, and get the contents of the docstring and a list of the named arguments. However, this stopped working since I installed IPython 2.0. Is there an explanation or a know fix?
Oh, the shortcut is now shift+tab
.