Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upShift + Tab signature hinting? #173
Open
Labels
Comments
|
Only |
|
Ideally, the behavior would be the same as in Python, which is to create a hover element with the function signature and docstring. If you press Tab a second time (while still holding Shift), the hover element expands, and you can scroll within it. It makes a huge difference for API discoverability when using an analytics library. This is how Shift+Tab is currently rendered in the lgo notebook kernel. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Coming from a Python-in-Jupyter background, I notice that
Tabworks as you would expect (reveals all available methods/attributes), butShift+Tab(signature hinting) does not. I could not find documentation on this. IsShift+Tabnot supported, or is my setup is incorrect?Example:
n. + TabWorks as expected -> shows dropdown list:name, descriptionn.Qux( + TabDoes not work as expected -> does not show anything and logs in Terminal:Unhandled shell message: inspect_requestMy setup: