public interface SurroundWithRangeAdjuster
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<SurroundWithRangeAdjuster> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
TextRange |
adjustSurroundWithRange(PsiFile file,
TextRange selectedRange) |
default TextRange |
adjustSurroundWithRange(PsiFile file,
TextRange selectedRange,
boolean hasSelection) |
static final ExtensionPointName<SurroundWithRangeAdjuster> EP_NAME