I was hoping the new release of XCode 8 would have the ability to select multiple lines of code and with either a menu choice or two-finger tap allow the user to select N-Lines of code and turn them into comments (along with the ability to invert that operation). Other code editors do this nicely and it is an easy way to turn entire blocks of code into comments............ok, we can still use the old /* <block of code */ comment out in Swift-3 and XCode-8 but it would be nice to do this with code selection and menu clicks.
Thanks