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?
| ||||
|
feedback
|
|
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. | |||
feedback
|
|
You can create customs snippets. Like this: | |||
|
feedback
|