Storing Code Snipets

  • Thread starter Thread starter Shayne H
  • Start date Start date
S

Shayne H

I have been finding that the various code snipets I keep at hand are
starting to overwhelm me.
Using text files and a directory structure doesn't seem to cut it anymore. I
would be interested to know what solutions other people are using. I have
looked at the Code Library that comes with Office XP Developer - nice and
simple, although I think it is using the IDE from VS 6.0. Have I missed some
Add-in/Tool that allows Visual Studio .NET to keep code fragments at hand?
 
I believe what you are looking for is forthcoming (if I understand your
needs). Right now, you can store snippets by dragging them on the toolbox in
their own tab. It is not the most optimal solution, but it works.

For common code in particular types of classes, et al, you can save the
class files into the language directories and create new files using these
custom made class files.

--
Gregory A. Beamer
MPV; MCP: +I, SE, SD, DBA

**********************************************************************
Think outside the box!
**********************************************************************
 
Back
Top