format abstract method

void format(
  1. SourceRange range
)

Format the code covered by the range.

If there are any edits that are in the range, these edits are applied first, and replaced with a single new edit that produces the resulting formatted code. The range is relative to the original code.

Implementation

void format(SourceRange range);