You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pressing shift + tab when calling a function f displays the docstring of f:
IJulia
The behaviour is different in IJulia. If a number is given as the first argument, then no tooltip is displayed:
However, if a defined variable x is supplied, then the docstring of x is shown:
Shouldn't we make the tooltip always show the docstring of the function being called?
The text was updated successfully, but these errors were encountered:
harryscholes
changed the title
Improve tooltips by only showing the docstring for the current function
Improve tooltips by always showing the docstring of the function being called
Feb 25, 2018
IPython
Pressing
shift + tab
when calling a functionf
displays the docstring off
:IJulia
The behaviour is different in IJulia. If a number is given as the first argument, then no tooltip is displayed:
However, if a defined variable
x
is supplied, then the docstring ofx
is shown:Shouldn't we make the tooltip always show the docstring of the function being called?
The text was updated successfully, but these errors were encountered: