Option to show docstring only
Brought to you by:
fabioz
When hovering over function calls, the docstring is properly displayed, however the implementation of the function is displayed as well. Could there be an option to show only the docstring, and remove the implementation details off?
The only workaround I have discovered is inputting the docstring below the implementation, but this goes against the standard.