Skip to content

Instantly share code, notes, and snippets.

@onsi
Created September 14, 2011 18:56
Show Gist options
  • Select an option

  • Save onsi/1217435 to your computer and use it in GitHub Desktop.

Select an option

Save onsi/1217435 to your computer and use it in GitHub Desktop.
@Property => synthesize = synthesize_
Find:
^\@property\s\(.*\)\s.*\s\*?(\w+);$
Replace:
$1 = $1_,
@onsi
Copy link
Author

onsi commented Sep 14, 2011

Yes, I know this is stupid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment