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

烈酒焚心 提交于 2020-06-25 02:31:29

问题


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.



来源:https://stackoverflow.com/questions/41684027/is-there-a-way-to-increase-the-popup-delay-for-intellisense

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!