Put the caret inside user on the first line and expand selection. It will hit the ] and stop growing.
Also put caret between @" and Registration - growing selection will eventually capture logEvent: but not Finished" - I don't think breaking strings is intended.
Few more issues to go :crying_cat_face:. Consider the following code:
Put the caret inside
user
on the first line and expand selection. It will hit the]
and stop growing. Also put caret between@"
andRegistration
- growing selection will eventually capturelogEvent:
but notFinished"
- I don't think breaking strings is intended.