问题
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