Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to increase the time tooltips remain visible in Visual Studio

By default, Visual Studio tooltips remain visible for 10 seconds and then they disappear. I find this time too short to read some of the longer tooltips. Is there a way to increase the time they remain visible?

like image 968
Protagonist Avatar asked Mar 31 '09 00:03

Protagonist


2 Answers

Whenever I encounter such a problem, I just press print screen and read the text in my favorite paint program.

I never understood why the tooltip timeout is not based on the length of the content.

like image 125
Shay Erlichmen Avatar answered Sep 22 '22 09:09

Shay Erlichmen


My understanding is that ToolTips preferences are controlled at the system display level (i.e., as part of Windows settings). As far as I know, there is still no way to lengthen the time that a tip is displayed.

I recommend Shay Erlichmen's trick of using print screen to capture the tip. Paste into a paint program and you can read the whole thing. Then close the paint program without saving.

like image 31
Michael Mathews Avatar answered Sep 18 '22 09:09

Michael Mathews