Intellisense delay in Visual Studio 2019

纵然是瞬间 提交于 2021-01-28 09:00:37

问题


When editing C++ code on a fast machine, Intellisense pops up way too quick. Most of the time Intellisense is not needed (and unwanted). There are occasions when the popup is useful, of course, so I don't want to disable Intellisense altogether.

I'm either having to hit ESC or move the mouse to get the popup to go away. If you're working quickly, this interrupts the flow and after a while gets annoying.

Is there a delay for Intellisense? Something along the lines of "Only pop up if user does nothing for 1000ms". If I actually need Intellisense, I don't mind hitting a key and waiting a bit or hivering the mouse over a variable.

Have checked Tools > Options > Text Editor > C/C++ > Advanced > Intellisense but did not see anything that configures this.

来源:https://stackoverflow.com/questions/62892255/intellisense-delay-in-visual-studio-2019

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