commenting - Changing block comment styles in Xcode? -
i want have comments work in traditional way in c in apple's xcode. have installed vvdocumentor , how default way comments is, i.e.:
/* * comments go here */
/* * multiple * lined * comment */
i hoped able use ccomment, me that, just
/* comments go here */
/* multiple lined comment*/
which ugly. vvdocumentor doesn't either because if 1 hits enter result is
/* * multiple * lined * comment new comment here */
which unhelpful.
i'd modify xcode such behavior of hitting enter takes this.
/* * multiple * lined * comment */
to this
/* * multiple * line * comment * new comment line here */
i'm aware can block comment, selecting text , pressing ⌘ + /, doesn't achieve i'm looking for, , more importantly when i'm commenting must press again every time press enter.
i'm sure else looking since it's pretty common style google-fu has failed far.
Comments
Post a Comment