antiboredom / p5.vscode

A VS Code extension to generate new p5.js project files.
Other
52 stars 15 forks source link

Custom User Templates #49

Open JoePShoulak opened 1 year ago

JoePShoulak commented 1 year ago

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.