return new PsiElement[] {method};
}
}
// foo_service_bar:fooBar
ControllerAction controllerServiceAction = new ControllerIndex(project).getControllerActionOnService(controllerName);
if(controllerServiceAction != null) {
return new PsiElement[] {controllerServiceAction.getMethod()};
}
}
return new PsiElement[0];