public class ParameterHintsPass extends EditorBoundHighlightingPass
Modifier and Type | Class and Description |
---|---|
static class |
ParameterHintsPass.HintData |
myEditor, myFile
EMPTY_ARRAY, myDocument, myProject
Constructor and Description |
---|
ParameterHintsPass(PsiElement element,
Editor editor,
HintInfoFilter hintsFilter,
boolean forceImmediateUpdate) |
Modifier and Type | Method and Description |
---|---|
void |
doApplyInformationToEditor() |
void |
doCollectInformation(ProgressIndicator progress) |
static void |
syncUpdate(PsiElement element,
Editor editor) |
applyInformationToEditor, collectInformation, getColorsScheme, getCompletionPredecessorIds, getDocument, getId, getInfos, getStartingPredecessorIds, isDumbMode, isRunIntentionPassAfter, isValid, setColorsScheme, setCompletionPredecessorIds, setId, setStartingPredecessorIds, toString
public ParameterHintsPass(PsiElement element, Editor editor, HintInfoFilter hintsFilter, boolean forceImmediateUpdate)
public static void syncUpdate(PsiElement element, Editor editor)
public void doCollectInformation(ProgressIndicator progress)
doCollectInformation
in class TextEditorHighlightingPass
public void doApplyInformationToEditor()
doApplyInformationToEditor
in class TextEditorHighlightingPass