Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AppCodes 的“重新格式化代码”功能以令人讨厌的方式格式化 JavaDoc 注释。
这就是我喜欢评论的方式:
/** * blabla * @return blibla array bli */
但“重新格式化代码”总是将其重新格式化为
/** * blabla * @return blibla array bli */ - (NSArray *) bla....
有谁知道我如何告诉 AppCode 以我喜欢的方式格式化这些评论,或者至少如何不触及任何现有的评论?