Hi folks,
I am looking for a way to automatically add triple slashes ("///") while I am editing code documentation (see HeaderDoc) in Xcode.
It as annoying that whenever I hit return within the code documentation block for a new line, I firstly have to type "///".
Is there any way to automatically detect the documentation block and add "///" to the next line?
Thanks!