How to add a menu item to menu bar in vs 2013? - visual-studio-2010

I need to add sql and table menu to menu bar in visual studio 2013 .
But I can't do it .
When I tap to tool > costomaize > and go to command tab and select menu bar there are "table" and "sql" menu both there but can't active them to menu bar . how can I costomiz them to be in menu bar ?
Please help me how can I add them to my menu bar like as vs 2012 ?

Related

How to remove elements from the context menu in Visual Studio

How to remove elements from the context menu in Visual Studio? I am not using all of this items, how can I still just some of them?
In Visual Studio 2017 this procedure will work:
Open "Tools" menu
Click "Customize..."
Click the "Commands" tab
Click the "Context menu" radiobutton
From the combobox on the right select the context menu you want to change
Now you should have the following dialog showing where you can remove/add items from the context menu:

The drop-down list of events in VISUAL STUDIO did not appear

In my visual studio the dropdown menu of events does not appear, I add an image to show what should go:
How I can enable this menu, appears to me again?
Thanks.
You can show it again by going to the Tools menu -> Option then in Text Editor -> (You language) -> General check the "Navigation Bar" checkbox:

Visual Studio - Is there simple way to add 'Close Solution" to r-click in Solution Explorer

I can't seem to break the habit of always right clicking on the solution to try and close a solution. Then I always remember and take my mouse the great distance across the screen to find it in the File menu.
I don't use it enough to remember a keystroke.
I use VS2008, VS2010 and occasionally VS2012
I'd prefer not to build an addin just for this small task.
In Visual Studio 2010 you can:
Right click on the Tool menu and click "Customize..".
Click the "Commands" tab.
Click the "Context menu" option.
Select the "Project and Solution Context Menus | Solution".
Click the "Add Command..." button.
Select "File" in the "Categories" list box.
Select "Close Solution" in the "Commands" list box.
Move up/down as desired.
Click "Close" and enjoy.
I don't have VS 2008 or 2012 handy, but the steps should be similar.
Edit: For VS2008
Right click on the Tool menu and click "Customize..".
Click the "Toolbars" tab.
Check the "Context menu" option. (the Context Menus tool bar will appear)
Select Command Tab in the current dialog.
Select "File" in the "Categories" list box.
Select "Close Solution" in the "Commands" list box.
Drag the Command to the "Select the "Project and Solution Context Menus" in the context Menus toolbar. You can drop it anywhere on the menu or in a sub menu - ie "Project and Solution Context Menus | Solution"
Click "Close" and enjoy.
VISUAL STUDIO 2019
Here is the way to do this with COMBINATION KEYS, that it is so better than add it to toolbar or context menu :)
Go to Tools menu
Go to Options
Press Ctrl+E and search Keyboard // OR go to
Environment>Keyboard
In right side type CLOSE in search bar(below of "Show
commands containing" I mean)
Go down and select the "File.CloseSolution" from the results
Click on the box "Press shortcuts keys:" and specify your
combination's key
Be aware that Visual Studio has a lot of default combination keys and do not use any regular shortcut.( I used Ctrl+F4)
Check the "Use new shortcut in:" and select your place that want to
use this shortcut (I suggest to use GLOBAL)
Click Assign > OK > Have Fun
You can close the solution by simply clicking File->Close Solution in Visual Studio 2017

Visual Studio 2010: Name of document tab context menu

Does anyone know the name of the context menu that you get when right clicking a document tab in Visual Studio 2010?
I want to add the "Close All Documents" command to it, but I cannot figure out which context menu it is in the customize dialog.
You can find that menu at Other Context Menus | Easy MDI Document Window.

How do I restore a menu to the Visual Studio 2008 menu bar?

My Alt key was unknowingly stuck down and I tried to open my Window Menu in VS, which resulted in removing the menu from the bar.
My question is, how the heck do I get it back?
Right-click on one of the visible Toolbars, select Customize...
(or Tools > Customize... menu)
Then in the Toolbars list, select Menu Bar, then click the Reset button

Resources