Shortcut in Visual Studio Code

Viewed 13

I am new to VSC and trying to find a fast way to insert the following lines by typing a series of characters, 'DOC' for example.

#include <iostream>
using namespace std;

int main(){

    return 0;
}

Not sure how to do this since shortcuts are only for single commands. Any help is appreciated!

0 Answers
Related