Is there a way to increase the popup delay for Int

2020-07-11 07:55发布

问题:

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.

回答1:

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.