Way to easy to lose a long doc help string when using quickhelp tooltips.
Version: 1.61.0-insider (user setup) Commit: ec40cbe164c59f3d13b6eff5fc7b0231ec0ab7aa Date: 2021-09-13T05:15:14.689Z Electron: 13.1.8 Chrome: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Windows_NT x64 10.0.22454
Not totally sure this is a VS Code core bug, but seems likely. In a Python file that's long enough to be scrollable, add this to the top.
import pandas as pd pd.read_csv
You get function help for read_csv. This is fine, but it's long. So I scroll to the bottom where there are examples I want to see. Once I get to the bottom, if I scroll just a bit more (really easy), the whole tooltip disappears and the doc is scrolled, making me need to do it all again.
I would expect that the tooltip would stop scrolling and not disappear unless I moved the mouse outside of the tip itself and scrolled.
Sound like #112373 which should be resolved in January (and looks like it works as expected).
You get function help for read_csv.
What exactly do you mean under this - is it hover, suggestions(autocompletion) details, signature help (parameter info)?
@greazer Are you still seeing this behavior? I can no longer reproduce.
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!