Can anyone point me to the option in Visual Studio 2019 that disables the little arrow popup when you hover over function names et al? This is C++, if it matters. The tooltip calls it the refactoring menu, but I haven't been able to find anything through Google. Thanks for the help.
I did not find any information about the refactoring menu
in the Microsoft DCs. This looks like a VS plugin. If you have installed the plugin, you can turn it off in the plugin settings. If you have installed Visual Assist, you could disable the floating button in the options dialog of Visual Assist.
If it doesn't work or you haven't installed the plugin, I suggest that you could reset the VS in Tools->Import and Export Settings..->Reset all settings
.