Boilerplate for p5.js projects, including VSCode Intellisense and linting for HTML, CSS and JS.
Just fork this boilerplate, install node modules and VS Code extensions.
Everything should work right out of the box.
To view your sketch, start the Live Server on VS Code. It defaults to http://127.0.0.1:5500/.
Intellisense is provided via p5.js TypeScript definition files.
Solution found on issue #1339.