How do I add auto-complete comment in Xcode (Swift)?

前端 未结 4 977
無奈伤痛
無奈伤痛 2021-02-06 13:42

How can I add text to autocomplete like below, the \"Tells the element to activate itself...\" part,

This is what I have,

But the \"This is a t

4条回答
  •  悲哀的现实
    2021-02-06 14:23

    I have searched a lot and it seems that this feature does not support for self-created functions. all you have is just the popup info window for your functions :(

提交回复
热议问题