Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.14.0
-
None
-
Windows 10, 64-bit, Qt 5.15.2
-
-
a86da031c7a9473b3883c5ea117d15f7e6d979f9 (qt-creator/tqtc-qt-creator/4.15)
Description
The code tool tips hang around too long, and can build up over time:
Pressing escape clears them, but it gets a bit irritating. Also, for overloaded functions, it interferes with the use of the up and down arrows for navigation (note in the video, once the `strpbrk` tip appears I switch to using the left and right arrows; that was to avoid this in the example).
I think a good solution would be to clear the tooltips when the cursor moves to a different expression. (Personally, I'd be OK with clearing them if the cursor moves to a different line, too, if that's the only option - even though "line" != "expression", I'd take those quirks over this one).
Attachments
Issue Links
- relates to
-
QTCREATORBUG-25691 Function parameter tooltips stay present when they are no longer relevant
- Closed