ABOUT
This plug-in allows you to quickly align multiple lines of code based on a variety of predefined delimiters. This plug-in is similar to Align Statements, which is an alignment plug-in for CodeRush 3-5.
FEATURES
- Align on Assignment Statements ":="
- Align on the equals sign "="
- Align on the plus sign "+"
- Aligin on Comments "//", "(*"
- Align on Curly Brackets "{"
- Align on colon ":"
- Align on property READ and WRITE statements
- Code Align optionally makes properties from existing fields in an object, in a flash - aligning the colon, read, and write all at the same time.
- Code Align can also sort anything selected.
Simply bind the CodeAlignDisplay command to a toobar button or keyboard shortcut and you will be able to quickly and easily take code like the ParamByName lines below:
And turn it into neater, more readable code, as follows:
In the example above, the options to align on ":=" and Sort were selected simultaneously, performing both steps in a single operation.