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 hel开发者_高级运维ping me about it and wish you good luck in your job or college.
Visual Studio code snippets are platform-independent.
You can use or create the same code snippets for any kind of project.
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
Snippet Designer provides an easy way to access and modify snippets.
The Snippet Explorer tool window is located under View -> Other Windows -> Snippet Explorer.
精彩评论