I recently started learning with PyGame and I'm getting tired of writing the basic skeleton over and over again. Is there any way to make Visual Studio Code autoload the skeleton for me?
For example in HTML, when you write an exclamation mark (!) and then press the tab key, it autoloads the basic HTML skeleton.
Would be OK for me, if there was any built-in way to do this. But it would be even better, if I could define the skeleton by myself (because I like to put comments there and I'm used to a particular order of the skeleton) and then connect it to some shorcut or something.