Wednesday 17 April 2013

Disabling Visual Studio macro “tip” balloon

Thanks to Stack Overflow for showing how to get rid of the annoying tip balloon when running macros in Visual Studio.

http://stackoverflow.com/questions/48470/how-to-disable-visual-studio-macro-tip-balloon

The key is to create/set the "DontShowMacrosBalloon" value to dword:6 under [HKCU\Software\Microsoft\VisualStudio\9.0] etc.

Respect to these guys as this has been annoying me for ages...

MartinT