public static boolean isApplicable(
     @NotNull CustomLiveTemplate customLiveTemplate,
     @NotNull Editor editor,
     @NotNull PsiFile file,
     boolean wrapping) {
   return customLiveTemplate.isApplicable(
       file, CustomTemplateCallback.getOffset(editor), wrapping);
 }