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

document formatter #53

Closed ddownn closed 6 years ago

ddownn commented 6 years ago

I can't find a way to format the .pde files in VS Code... I get a message "There is no document formatter for 'pde'-files installed."

Is there a formatter available?

AvinZarlez commented 6 years ago

This just came up with #52

A code formattor is well out of the scope of this extension, and is clearly stated as such in the readme. I don't think making a processing specific formatter would make sense either. Not compared to extending support of an extension java formatter to also work in .pde files...

ddownn commented 6 years ago

Still, I’ve found the extension works really well and I appreciate being able to use it.