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?
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?
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.