In Xcode 4, selecting the Uncomment command only works properly if the comment slashes are at the beginning of the line.
So using ⌘/ on this line:
// sudo make me a sandwich
results in this:
sudo make me a sandwich
But when the comment is indented:
//sudo make me a sandwich
⌘/ results in this:
// //sudo make me a sandwich
If my cursor is in a line that is a comment, I want ⌘/ to uncomment it. Period. Does anyone have a workaround/fix for this?
Two solutions:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With