Open
Description
Shift-Tab completion on an object name only works when you place the edit cursor inside or after the object. Not when it's at the start of the object. I think that's contrary to most IDEs. Also, this gotcha is not documented anywhere.
import pandas
pd.crosstab
# ^ Put your edit cursor at the start of `pd.crosstab` and press Shift-Tab (on MacOS, Fn-Shift-Tab).
# Nothing happens.
Version: Jupyter 4.2.3 on MacOS