Is there a shortcut to make a block comment in Xcode?

前端 未结 16 1220
后悔当初
后悔当初 2020-11-30 18:57

I\'m writing ANSI-compatible C code, and hence I can\'t use the line (//) comment. I\'m using Xcode. In Sublime Text and Eclipse, and I think most other IDEs, t

16条回答
  •  时光说笑
    2020-11-30 19:38

    Try command + /. It works for me.

    So, you just highlight the block of code you want to comment out and press those two keys.

提交回复
热议问题