- Notifications
You must be signed in to change notification settings - Fork195
Add p5.js 2.x Project Generator extension to libraries#1027
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:2.0
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Added VSCode extension for generating p5.js 2.0 projects with autocomplete and IntelliSense support. Includes new 'integrations' category.
ksen0 commentedNov 13, 2025
Thanks@IrtizaNasar ! At the moment with ![]() The yaml format is correct as it is, but please add the capitalized string in English here:https://github.com/processing/p5.js-website/blob/2.0/src/content/ui/en.yaml#L77 (If you would like to contribute to translation and if you know Korean, Hindi, Spanish, or Chinese (simplified), then you could also put in a separate PR translating the library categories - but this should be a separate PR because it will need review from translation steward(s).) |
| "networking", | ||
| "export", | ||
| "utils", | ||
| "integrations", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
To make this show up as capitalized please add the mapping to theen strings. Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Hi@ksen0, Just wanted to check if this was all good now?
Addresses feedback to make category title consistent with others
IrtizaNasar commentedNov 13, 2025
Thank you@ksen0! This has been updated now. I'd also love to update the VSCode Setup Tutorial by integrating this plugin within it as a separate PR.
|


Adds the p5.js 2.x Project Generator VSCode extension to the libraries section.
This extension:
Changes made:
Extension links: