public interface PostFormatProcessor
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<PostFormatProcessor> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
PsiElement |
processElement(PsiElement source,
CodeStyleSettings settings) |
TextRange |
processText(PsiFile source,
TextRange rangeToReformat,
CodeStyleSettings settings) |
static final ExtensionPointName<PostFormatProcessor> EP_NAME
PsiElement processElement(PsiElement source, CodeStyleSettings settings)
TextRange processText(PsiFile source, TextRange rangeToReformat, CodeStyleSettings settings)