antiboredom / p5.vscode

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

Command for adding existing files to p5 workspace. #52

Closed HBuminY closed 1 year ago

HBuminY commented 1 year ago

When working with projects that have many pages and scripts, its unnecessery to use "create p5 project" for each page. So a command for adding files to p5.vscode workspace from the directory could allow using autocomplate in these added files without creating extra library and conf. files each time.

HBuminY commented 1 year ago

I just realized putting the config file to top directory would simply allow this.