You are on page 1of 1

LA MANERA EN LA QUE SE CREA UN SNIPPET ES ESTA: <snippet> <content><!

[CDATA[ #include <iostream> ${1:#include <cstdlib>} using namespace std; int main() { ${2:/*Code*/} system("pause"); return 0; } ]]></content> <!-- Optional: Set a tabTrigger to define how to trigger the snippet --> <tabTrigger>c++</tabTrigger> <!-- Optional: Set a scope to limit where the snippet will trigger --> <scope>source.c++</scope> </snippet>

You might also like