The create method quick fix should insert a multi-line closure. It currently inserts something like: ``` (...) { ^ } ``` Where `^` is the cursor position after the insertion. We may instead want to do something like: ``` (...) { ^ } ```