wonpyohong
wonpyohong

Reputation: 374

How can I see "all" constructors on AppCode by code completion?

I am new to ios development and studying SwiftUI.

xCode shows more than 5 constructors of Button. AppCode shows only 2 constructors of Button.

xCode xCode (many constructors)

AppCode AppCode (only 2 constructors)

developer document. there exists the constructor whose first parameter is String developer document. there exists the constructor whose first parameter is String

The result of Jump to Definition on AppCode. there exists the constructor but not showing on code completion The result of Jump to Definition on AppCode. there exists the constructor but not showing on code completion

AppCode should more than constructors. Any ideas?

Upvotes: -1

Views: 72

Answers (1)

wonpyohong
wonpyohong

Reputation: 374

I updated XCode 13.X -> 14.1 and restarted AppCode. It is solved. My AppCode now shows all constructors

Upvotes: 0

Related Questions