Skip to content

Commit

Permalink
Add README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
griffin-stewie committed Mar 30, 2014
1 parent 3273265 commit 607155a
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions README.md
@@ -1,4 +1,22 @@
XcodeBlockSyntaxSnippets
========================
# XcodeBlockSyntaxSnippets

Xcode snippets for block syntax. http://fuckingblocksyntax.com/
Xcode snippets for [block syntax](http://fuckingblocksyntax.com/).

## Installation

Move `xxx.codesnippet` files in `CodeSnippets` to

```
~/Library/Developer/Xcode/UserData/CodeSnippets
```

## Usage

I defined completion shortcuts start `blockas...`.
Just type `blockas...`, then you can see what you want to do in code completion list.

## Note

* `As a local variable` is defined by default as `inlineBlock` completion shortcut, but I redefined.
* `As a typedef` is defined by default as `typedefBlock` completion shortcut, but I redefined.
* I don't define `As an argument to a method call`, because Xcode's Auto Completion helps us.

0 comments on commit 607155a

Please sign in to comment.