In IPython 2.0 notebook, when I enter a function name and open parentheses, a pair of parentheses is inserted. If I pres tab, I get a dropdown list of all identifiers, magics, etc. in scope, while in previous versions this opened a tooltip with function arguments and docstring. If I wait a couple of seconds after entering parentheses without pressing anything, I get that tooltip. Buttons for expanding it still have tooltips telling about pressing tab 2 or 4 times, but that doesn't work.
Displaying docstring in response to tab inside empty parentheses makes much more sense than the list of all identifiers.
In IPython 2.0 notebook, when I enter a function name and open parentheses, a pair of parentheses is inserted. If I pres tab, I get a dropdown list of all identifiers, magics, etc. in scope, while in previous versions this opened a tooltip with function arguments and docstring. If I wait a couple of seconds after entering parentheses without pressing anything, I get that tooltip. Buttons for expanding it still have tooltips telling about pressing tab 2 or 4 times, but that doesn't work.
Displaying docstring in response to tab inside empty parentheses makes much more sense than the list of all identifiers.