Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2010 Snippet Generator [closed]

I'm looking for a good tool to generate snippets for Visual Studio 2010 without having to manually edit XML

like image 290
AJM Avatar asked Aug 03 '10 11:08

AJM


People also ask

How do I make a snippet?

There are two ways to add a snippet: Type the # symbol into the text editor. Start typing the snippet shortcut, then select the snippet from the dropdown menu. The snippet will automatically populate in the text editor.

What is snippet method?

Snippet is a programming term for a small region of re-usable source code, machine code, or text.

What is a snippet file?

Snippets files are written in JSON, support C-style comments, and can define an unlimited number of snippets. Snippets support most TextMate syntax for dynamic behavior, intelligently format whitespace based on the insertion context, and allow easy multiline editing.


1 Answers

Here you are: Snippet Designer

like image 56
Giorgi Avatar answered Nov 04 '22 22:11

Giorgi