Xcode-CComment
Xcode-CComment copied to clipboard
Moved cursor position in the middle
If the Leading/Trailing Space is enabled and:
- if the plugin is triggered with selected text:
-
commentwould transform into/* comment| */, where the|is the cursor position - else, at the cursor position would be inserted
/* | */
-
- else, if the plugin is triggered with selected text:
-
commentwould transform into/*comment|*/, where the|is the cursor position - else, at the cursor position would be inserted
/*|*/
-
so you can immediately start typing or editing the comment.