AvinZarlez / processing-vscode

A Visual Studio Code extension for the programming language Processing
https://marketplace.visualstudio.com/items?itemName=Tobiah.language-pde
MIT License
177 stars 25 forks source link

P5 implamentation #10

Closed Crashnorun closed 6 years ago

Crashnorun commented 6 years ago

Hi TobiaZ, Thanks for listing out the steps to getting VS Code to work with Processing. Would you happen to have similar process for P5.js? Thanks

AvinZarlez commented 6 years ago

I haven't used P5.js, but it probably wouldn't be hard. I imagine a similar process between this and standard JS (natively supported in VSCode)?

Crashnorun commented 6 years ago

I just found a source to make it work for P5.js here: https://github.com/processing/p5.js/issues/1339

AvinZarlez commented 6 years ago

Great!