Skip to content

VS code extension to format uses sections of Pascal/Delphi code

License

Notifications You must be signed in to change notification settings

tuncb/delphi-uses-formatter

Repository files navigation

delphi-uses-formatter

Formats uses sections of pascal files

Formatting follows this style:

uses
  AllUnitsAreAlphabeticallySorted,
  UnitA,
  UnitB,
  UnitC;

The extension gets activated on pascal and objectpascal languages or on first command use.

Command: pascal-uses-formatter.formatUses

Settings

  • pascal-uses-formatter.formatOnSave: when the extension is activated it also auto formats on save.

  • pascal-uses-formatter.overrideSortingOrder: add specific units to order them at the beginning of uses sections.

overrideSortingOrder

Build Status