I would like that every time I create a .cpp in Visual Code Studio, that file is automatically filled with the default code:
#include <iostream>
using namespace std;
Do you know the form or any plugin that does this?
Thanks
I would like that every time I create a .cpp in Visual Code Studio, that file is automatically filled with the default code:
#include <iostream>
using namespace std;
Do you know the form or any plugin that does this?
Thanks