views:

25

answers:

1

hi, it`s possible to create snippet into StringBuilder/MemoryStream or something else and to use it? More important: without to create snippet files on hard disk in Visual Studio folder ( ...\Microsoft Visual Studio 9.0\VC#\Snippets\1033\Visual C#) I can do it? and how?

+1  A: 

No, it is not possible in Visual Studio to provide an in memory snippets. All snippets are loaded off of disk from the standard locations.

JaredPar