Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I restore the default VS toolbar configuration?

How do I restore the default VS toolbar configuration?

By that, I mean:

  • the set and location of enabled toolbars
  • the set and order of items on each toolbar

I know how to reset the set and order of items on a given toolbar, so if I knew which are the default-enabled toolbars (and their location) then I would be able to enable and reset each of them one by one.

I don't want to reset all VS settings.

like image 500
Stefan Monov Avatar asked Jul 26 '16 12:07

Stefan Monov


People also ask

How do I enable the toolbar in Visual Studio?

The Toolbox window displays controls that you can add to Visual Studio projects. To open Toolbox, choose View > Toolbox from the menu bar, or press Ctrl+Alt+X.

How do I show the menu bar in Visual Studio?

Press Alt to make menu visible. Click on the View menu, navigate to the Appearance option and choose Show Menu Bar.

What is the standard toolbar?

The toolbar, also called a bar or standard toolbar (originally known as ribbon) is a graphical control element on which on-screen icons can be used. A toolbar often allows for quick access to functions that are commonly used in the program.


1 Answers

Tools > Import and Export Settings... > Import selected environment settings >


Choose a Collection of Settings to Import

Default Settings > Visual C# (or whatever language)


Which settings do you want to import?

Uncheck All Settings (everything is unchecked)

Check General Settings > Menu and Command Bar Customizations (only this!)

like image 115
HaveSpacesuit Avatar answered Oct 11 '22 12:10

HaveSpacesuit