public interface IntentionActionFilter
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<IntentionActionFilter> |
EXTENSION_POINT_NAME |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(IntentionAction intentionAction,
PsiFile file) |
static final ExtensionPointName<IntentionActionFilter> EXTENSION_POINT_NAME
boolean accept(IntentionAction intentionAction, PsiFile file)
file
- - might (and will be) null. Return true in this case if you'd like to switch this kind of action in ANY file