In Visual C# 2008 Express I can type e.g.
for{TAB}{TAB}
and a code snippet pops in.
Are there built-in code snippets for private/public/etc. methods as well?
|
In Visual C# 2008 Express I can type e.g.
and a code snippet pops in. Are there built-in code snippets for private/public/etc. methods as well? |
||||
|
|
|
ctor: Default constructor prop: Property propg: Read only property sim: static int main method svm: static void main method There's a good list here. And if you want to make your own the Snippet Designer is very good. |
|||||||
|
|
You can create customs snippets. Like this: |
|||
|
|
|
I made my own snippet for a method. The XML code for it is the following, and you can add it to a file called "my_method.snippet" (or whatever_you_want.snippet) in C:\Users\YOUR_USERNAME\Documents\Visual Studio 2012\Code Snippets\Visual C#\My Code Snippets (your path might be different because I use VS2012):
|
|||
|
|