When I write new int().
, a Completion List pops up, along with Quick Info, which describes a certain member, in this case CompareTo()
. Unfortunately, that Quick Info disappears after a certain time. Is there a way to make it disappear only when the Completion List disappears? Thank you.
Asked
Active
Viewed 128 times
0

daniel1426
- 169
- 3
- 13
1 Answers
0
That Quick Info is basically a tool tip and tool tip have a fixed time till when they can be displayed. Unfortunately it can't be changed.

Nikhil Agrawal
- 47,018
- 22
- 121
- 208
-
It would be a nice feature to add, don't you think? – daniel1426 Jun 03 '13 at 02:00