开发者

How can I build my own customzied code snippet?

开发者 https://www.devze.com 2023-04-12 09:47 出处:网络
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 d

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号