p5.vscode
p5.vscode copied to clipboard
Custom User Templates
I use this extension all the time, especially the Create React Project command, but there are a few additions I find myself making to all my projects.
Would it be possible for us to define our own template somehow? For example, I always create the canvas with innerWidth
and innerHeight
for the arguments, and 20
for the background color, as well as setting overflow: hidden;
in the CSS.