How to include Doxygen method description in Xcode's autocomplete popup?

前端 未结 3 1224
眼角桃花
眼角桃花 2020-12-07 21:21

Using Xcode , I want to have the Doxygen description of my method below the autocomplete option, like alloc:

3条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-07 21:43

    What I have found to be better than a code snippet for Doxygen/Javadoc style comments is using VVDocumenter-Xcode Plugin It is great! After installing you can simply type "///" above any code you want commented and it will grab the parameters and return as well add placeholders for you to complete your comment block.

提交回复
热议问题