Reputation: 41
I want to build my own code snippet for C# windows form application.
It all over the internet concerning the ASP.NET MVC and none of it is talking about C# windows forms or is it the same process of dealing with XML.
Well thank you guys for reading my question and helping me about it and wish you good luck in your job or college.
Upvotes: 3
Views: 1602
Reputation: 1093
Snippet Designer provides an easy way to access and modify snippets.
The Snippet Explorer tool window is located under View -> Other Windows -> Snippet Explorer.
Upvotes: 1
Reputation: 473
They are located in C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC#\Snippets\1033\Visual C#
(The fileextensions are .snippet)
See "Creating and Using IntelliSense Code Snippets":
http://msdn.microsoft.com/en-us/library/ms165392(VS.100).aspx
Upvotes: 1
Reputation: 888185
Visual Studio code snippets are platform-independent.
You can use or create the same code snippets for any kind of project.
Upvotes: 2