public interface EditorTextProvider
Modifier and Type | Field and Description |
---|---|
static LanguageExtension<EditorTextProvider> |
EP |
Modifier and Type | Method and Description |
---|---|
Pair<PsiElement,TextRange> |
findExpression(PsiElement elementAtCaret,
boolean allowMethodCalls) |
TextWithImports |
getEditorText(PsiElement elementAtCaret) |
static final LanguageExtension<EditorTextProvider> EP
TextWithImports getEditorText(PsiElement elementAtCaret)
Pair<PsiElement,TextRange> findExpression(PsiElement elementAtCaret, boolean allowMethodCalls)