rdevitt
rdevitt

Reputation: 193

Accidentally Deleted 'Tools' Menu in Visual Studio

I was messing around with my toolbars and menus in Visual Studio 08. I noticed that they were behaving strangely. When I closed the "Customize" dialog, my 'Tools' and 'Help' menu were gone (perhaps more, I can't remember what else was there). I don't want to reset everything, as I have been curtailing the VS environment to my exact liking for over a year now, and I have never saved those settings. I have lots of custom commands quirk fixes all around. I don't relish starting over. I guess the lesson is that I should be saving my settings regularly.

Does anyone know how to get the menus back? I didn't even know it was possible to remove the actual menus (not toolbar items)!

Thanks, Ryan

Upvotes: 2

Views: 1889

Answers (3)

LolaKid
LolaKid

Reputation: 51

You can reopen the toolbar by going to "Window > Reset window layout". I've only tested it with VS 2019.

BUT, IDK if that's what you're asking about...

Upvotes: 1

Eric Hogue
Eric Hogue

Reputation: 8930

Try to right click on a toolbar click on Customize. Then you can select Menu Bar and click on reset. Not sure if it will work, but it's worth a try.

Upvotes: 3

Goyuix
Goyuix

Reputation: 24370

You could try exporting settings from a clean install, find the section with the menus and only import those? I believe the settings file is registered to visual studio so double clicking it should start the import process.

Not to mention, this would become good practice for exporting and backing up your own settings...

Upvotes: 2

Related Questions