Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to increase the popup delay for Intellisense?

I realized today that I spend more time swatting away Intellisense popups than I do using them.

I still want to use Intellisense but I'd like it to show up after a delay (say 1 second). I am using Visual Studio 2015 and Resharper so I might need to change more than one setting.

I don't see any options in Visual Studio > Options > Text Editor > C# > Intellisense

I don't see any options in Resharper > Options > Environment > Intellisense

There is an old Stackoverflow post but it's seven years old. Hopefully there is more recent information.

like image 379
Jason Avatar asked Jan 16 '17 19:01

Jason


Video Answer


1 Answers

Now in VS 2015, there is no such option to set the delay time of the intellisense popup. I have reported this user voice to the VS product team and you can vote it, then we need to wait for the response from the VS product team engineers. For other community members also have the same idea, you can also vote this user voice.

In VS code, I found we can set the delay time through edit the value of the properties ‘editor.quickSuggestionsDelay’ in the user or workspace setting file to make the intellisense popup delay time like the following screenshot and it works fine. For more detail information, you can check User and Workspace Settings: https://code.visualstudio.com/Docs/customization/userandworkspace. enter image description here

like image 87
Sara Liu - MSFT Avatar answered Sep 28 '22 03:09

Sara Liu - MSFT