开发者

Generate Code Snippet for functions in VS2010

开发者 https://www.devze.com 2023-01-30 11:39 出处:网络
Platform : ASP.NET Webforms 3.5 with C# I dont see a snippet for generating functions in C#. I have one for class, struct and all.

Platform : ASP.NET Webforms 3.5 with C#

I dont see a snippet for generating functions in C#.

I have one for class, struct and all.

Is that feature not there or a开发者_StackOverflowm i missing something obvious or is there some other way?

For example, I would like to enter function, then press TAB key two times to generate the snippet for function.


There's none by default but you can simply navigate with Windows Explorer to

C:\Program Files\Microsoft Visual Studio 10.0\VC#\Snippets\1033

In there select a subfolder, copy paste a snippet, edit it with notepad to do what you want it to do.

0

精彩评论

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