Overall: holy crap, great job on Xcode 9. Looks way, way better so far.
There's just one thing I'm scratching my head on, and that involves regular expressions in the source editor. It appears the syntax for inserting captured text into the replacement string has changed; $1, $2, etc. are no longer replaced by captures but instead literally insert a dollar sign into the code editor. What's the new syntax for this? I've tried \1, /1, with no luck so far.
Thanks!