Skip to content

Instantly share code, notes, and snippets.

@PaulTaykalo
Created September 28, 2012 07:44
Show Gist options
  • Save PaulTaykalo/3798498 to your computer and use it in GitHub Desktop.
Save PaulTaykalo/3798498 to your computer and use it in GitHub Desktop.
This puts NSLog at start of each function in the class
// This puts NSLog at start of each function in the class
FROM:
(^[-\+][^\{]+)\{
TO:
$1\{NSLog(@"%s->%@",__FUNCTION__,@"Called");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment