Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>Processing FormatterNew to Visual Studio Code? Get it now.
Processing Formatter

Processing Formatter

millennIumAMbiguity

|
16,021 installs
| (4) | Free
a processing pde formatter for vs code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Processing (pde) formatter for VSCode

Version Visual Studio Marketplace Ratings

Usage

It uses the Formatting API so use the following command for formating:

  • On Windows Shift + Alt + F
  • On Linux Ctrl + Shift + I
  • On Mac Shift + Option + F

It is recommended to use Insert Spaces for the best possible experience.

Features

  • Handles spaces between operators, brackets, and so on.
  • Handles horizontal spacing.
  • Edit formatting settings to your preferences.

Formatting examples

Before After
if( i==k){} ; if (i == k) {};
int k=i&1; int k = i & 1;
if (i == k &&
i != 0)
myFunction();
if (i == k &&
     i != 0)
     myFunction();
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft