public interface GotoActionAliasMatcher
GotoActionAction to find actions by synonyms.| Modifier and Type | Field and Description |
|---|---|
static ExtensionPointName<GotoActionAliasMatcher> |
EP_NAME |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(AnAction action,
java.lang.String name)
Returns true if the name argument is synonym for specified action.
|
static final ExtensionPointName<GotoActionAliasMatcher> EP_NAME
boolean match(AnAction action, java.lang.String name)