RAD Studio plugin · Delphi 10.3 Rio → 13 Florence

radFormatter, inside your IDE.

Press Ctrl+D and the current unit is formatted in place — or select a block first and only the selection is formatted. Same engine, same config file, and the same guarantee as the CLI: non-destructive, validated, and fully offline.

One installer covers every supported IDE: 10.3 Rio10.4 Sydney11 Alexandria12 Athens13 Florence

RAD Studio Options dialog showing the RAD Formatter page under Third Party: a Configuration group with the active config file path, Browse and Edit Options buttons, and a Keyboard Shortcut field set to Ctrl+D

Tools > Options > Third Party > RAD Formatter

At home in Tools > Options

The plugin configures like any well-behaved IDE citizen. One options page shows the active config file, lets you Browse to a different one, and opens the full configuration editor with Edit Options.

  • Format the current unit with Ctrl+D — or override the shortcut with any key combination you prefer.
  • With an active selection, only the selected text is formatted.
  • The IDE plugin and the CLI read the same radFormatter.json — commit one config and the editor, the command line, and CI all format identically.

See every option before you commit to it

The configuration editor is a split-screen playground: your editable source on the left, the formatted result on the right. Change any option and the preview reformats instantly, so you can watch exactly what each setting does — across tabs for casing, spacing, indent, line breaks, reshaping, alignment, and output.

RAD Formatter Options editor: tabs for Casing, Spacing, Indent, LineBreaks, Reshaping, Alignment and Output on the left with spacing dropdowns, and a split-screen source view showing editable Delphi source beside its formatted result, with a Format button and SyntaxHighlight checkbox

Live preview: edit source on the left, see the formatted result on the right

The same guarantees as the CLI

The plugin runs the same formatter kernel: every format is validated with a content hash and token fingerprint before it touches your editor buffer, and the plugin makes no network connections of any kind — no telemetry, no license phone-home. The plugin and its installer are code-signed.

Editions

Community Edition is free for the current release of RAD Studio: Ctrl+D formats with the built-in Embarcadero style, and the full config editor is included for exploring options and editing config files (its saved configs drive the CLI and paid editions). Pro unlocks your own configuration and your choice of IDE versions; Enterprise covers every supported version, per user or site-wide.

Compare editions & pricing