In Eclipse, if I set the caret above a method and write:
/** and click enter, there is an auto documentation of the method with the params that I can easily change.
Is there an equivalent way to do it in xocde?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no shortcut for that.
However you can create your own shortcut by using AppleScript.
Put documentation and comment them by selecting them and pressing cmd+/
You can find more info here : How to add custom keyboard shortcut to xcode targeting a script.
And for better documentation tool HeadDoc and AutoGSDoc.