static void setSnippetTitle_verbose(S id, S title) { print("Renaming snippet " + fsI(id) + " to: " + title); renameSnippet(id, title); }