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

Code formatting #95

Open Pomax opened 3 years ago

Pomax commented 3 years ago

There does not appear to be a decent code formatting option available for PDE files unless you count "Processing Formatter 0.4.0" which has exactly zero config options and doesn't even respect the VS code indentation setting (it just uses four spaces, the end, too bad if you don't like that).

Having code formatting in this extension (without running the insane full java language server that red hat's extension forces on people) would be fantastic.

AvinZarlez commented 3 years ago

Code formatting would be great, but it is also very much a non-trivial amount of work to set up. Even more so when you factor in that even if you did put in the work, the work would have to constantly have to continue as things are tweaked within processing.

What i'm saying is, I'd love to help merge in an PRs someone might make to add this functionality. But as of right now, 0% chance I will have the time to invest to make this happen myself.

Pomax commented 3 years ago

yep, that's fair enough.