Visual Studio code snippet for method?
Posted
by Edward Tanguay
on Stack Overflow
See other posts from Stack Overflow
or by Edward Tanguay
Published on 2008-11-15T04:45:32Z
Indexed on
2010/06/05
23:02 UTC
Read the original article
Hit count: 317
visual-studio-2008
|code-snippets
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?
© Stack Overflow or respective owner