Visual Studio 2013: Drag and Drop Code Onto the Toolbox

This is another feature that has been around for a while but a lot of people don’t know about. Got code you use all the time?  Start using the Toolbox for more than just controls.  When you are in the Editor the Toolbox looks like this:

5-16-2012 12-09-16 PM

 

This is a vast expanse of opportunity!  Just select some code you use often and drag it into the Toolbox and see the magic happen:

5-16-2012 12-11-35 PM

 

Now you have code ready to go at anytime!  Just place the cursor where you want the code to go:

5-16-2012 12-13-32 PM

 

And double click on the item in your Toolbox to have the code inserted:

5-16-2012 12-14-46 PM

 

You can also Click and Drag where you want the code to go:

5-16-2012 12-15-49 PM

 

 

 

Additional Actions

There are a few extra things you can do with this feature as well. Here is are a few things to consider.

 

Renaming

You can rename the code copy to whatever you would like by RIGHT CLICKING on the item and choosing Rename Item:
5-16-2012 12-17-53 PM

 

 

Additional Tabs

You can also create additional tabs beyond the General tab. To organize the code with additional tabs just RIGHT CLICK any open space in the toolbox and choose Add Tab:
5-16-2012 12-20-58 PM

 

This will produce a text box where you can type in the name of the new tab:

5-16-2012 12-22-29 PM

 

Simply enter a name and press ENTER:

5-16-2012 12-25-15 PM

 

And now you can click and drag code into the new area:

5-16-2012 12-26-40 PM

 

 

Showing the Code

You can see the entirety of any code entry by placing your mouse cursor over the item and reading the tooltip:

5-16-2012 12-27-55 PM

 

 

Deleting

You can delete any entry or any tab except the General Tab. Simply RIGHT CLICK the item or tab and choose Delete or Delete Tab respectively:

5-16-2012 12-30-45 PM