public interface HintAction extends IntentionAction
EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
default boolean |
fixSilently(Editor editor)
Perform this action if it doesn't require any user interaction, doesn't show any popups.
|
boolean |
showHint(Editor editor)
Show a popup or perform an automatic action in the given editor.
|
getFamilyName, getText, invoke, isAvailable, startInWriteAction
getElementToMakeWritable
boolean showHint(Editor editor)
IntentionAction.isAvailable(Project, Editor, PsiFile)
is checked to be true
.default boolean fixSilently(Editor editor)
IntentionAction.isAvailable(Project, Editor, PsiFile)
is checked to be true
.