public class HtmlTextCompletionConfidence extends CompletionConfidence
Constructor and Description |
---|
HtmlTextCompletionConfidence() |
Modifier and Type | Method and Description |
---|---|
ThreeState |
shouldSkipAutopopup(PsiElement contextElement,
PsiFile psiFile,
int offset)
This method is invoked first when a completion autopopup is scheduled.
|
static boolean |
shouldSkipAutopopupInHtml(PsiElement contextElement,
int offset) |
shouldFocusLookup
public ThreeState shouldSkipAutopopup(PsiElement contextElement, PsiFile psiFile, int offset)
CompletionConfidence
shouldSkipAutopopup
in class CompletionConfidence
public static boolean shouldSkipAutopopupInHtml(PsiElement contextElement, int offset)