Who put that "Stack Overflow" thing in my VS 2013 caption?

visual-studio, visual-studio-2013

Solution

It's VSCommands 3.0 (Visual Studio Commands extension). See their blog post which covers this new feature: VSCommands 3.0.0.

Problem

Just recently, somehow I found this to be my upper right caption in Visual Studio .NET 2013: I've got several Add-ins installed like: - Visual Studio Commands (VSCommands) - ReSharper - VisualSVN and carefully searched all their settings but found none that is responsible for putting that thing into the caption bar. Most probably I'm just blind and oversaw an option. One way to get rid of it is to right-click the SO icon: Just out of curiosity I really would love to know which Add-in (if any) put this text box into my Visual Studio. So my question is: How did the Stack Overflow search field appear in Visual Studio?

Original source