Appcode reformer code JavaScript style JavaScriptDagreeably

The Convert AppCodes Code feature formally rejects JavaDoc comments.

This is how I like comments:

/**
 * blabla
 * @return blibla array bli
 */

      

but 'Reformat Code' will always reformat it to

/**
* blabla
* @return blibla array bli
*/
- (NSArray *) bla....

      

Does anyone know how I can tell AppCode to format these comments the way I like, or at least how not to touch existing comments?

+3


source to share





All Articles