I found snippet editor for VB.NET 2005.
However there is no snippet editor I found for C#.
Yes, I fould one which looks so... bad.. editor..from MS. It seems a school project.
Anyway, where I can find snippet editor for C#.NET
I found snippet editor for VB.NET 2005.
However there is no snippet editor I found for C#.
Yes, I fould one which looks so... bad.. editor..from MS. It seems a school project.
Anyway, where I can find snippet editor for C#.NET
Where is C# snippet editor?
CarlosFernando
Jacques 316
Snippet files are just XML files, so you can open and edit them in Visual Studio. You'll even get Intellisense support for inserting the proper tags in the proper locations.
If you haven't already, I recommend checking out the MSDN documentation on creating and managing snippets. You'll find examples and reference material on creating snippets, modifying existing snippets, and sharing snippets you've created with other developers.
-Tom Meschter
Software Dev, Visual C# IDE
Callum
I don't think there really is one. Code snippets in C# were more of an after-thought (e.g. snippets support "Import" but not "using").
But, there is Snippy.
-- Peter
_________
http://www.peterRitchie.com/SortableValueType.snippet.