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

前端 未结 16 1178
后悔当初
后悔当初 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:37

    Now with xCode 8 you can do:

    + + /

    to auto-generate a doc comment.

    Source: https://twitter.com/felix_schwarz/status/774166330161233920

提交回复
热议问题