So there\'s a trick in Visual Studio, that when you type, for example \'for\', and double-press the Tab key, Visual Studio will create
for (int i = 0; i < len
In visual studio has more default snippets which is in
C:\Program Files (x86)\Microsoft Visual Studio (#Version)\VC#\Snippets\1033
file path as a xml format.
Also we can add some more custom snippets to our local machine.This is machine specific.
click here for dotnetperls documentation about snippets