I'm having an issue with Visual Studio 2022 17.13.2.
The problem is, if I do a quick search (CTRL+F) and start typing on the search box, it will immediately jump to the first match (and steal the cursor focus) while I'm still typing on the search box..
So for example:
Want to search for "mass" but I start typing "ma" and the cursor jumps to "main".
void main()
{
int mass = 10;
}
Any ideas?
Thanks to @hans-passant, issue was VAX. Installed a new version and the problem is resolved.