public interface QuickFixActionRegistrar
Modifier and Type | Method and Description |
---|---|
void |
register(IntentionAction action) |
void |
register(TextRange fixRange,
IntentionAction action,
HighlightDisplayKey key) |
default void |
unregister(Condition<? super IntentionAction> condition)
Deprecated.
if some fix may be inapplicable under certain circumstances
it should be fixed to provide its own EP, so it's possible to plug into the fix directly
instead of filtering it with this method
|
void register(IntentionAction action)
void register(TextRange fixRange, IntentionAction action, HighlightDisplayKey key)
@Deprecated default void unregister(Condition<? super IntentionAction> condition)
condition
- condition for quick fixes to remove