0

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.

daniel1426
  • 169
  • 3
  • 13

1 Answers1

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.

enter image description here

Nikhil Agrawal
  • 47,018
  • 22
  • 121
  • 208