Snippets are small chunks of code usually used again and again in different settings. For instance, in order too see what a variable holds in PHP you write 1 var_dump($variable); And if you want it to look good (indentation on arrays & objects), you add a pre, and let's exit...