Hello,
I've been spending too much time looking at code trying to figure out where punctuation symbols begin and end. I realize hovering over one in Xcode shows where it pairs but for long lines of code (which I realize should be avoided) what are best practices or efficient methods not to spend too much time matching {s with }s.
Thank you!