Craigt
Craigt

Reputation: 3580

AppCode autocomplete not showing correct results

AppCode's autocomplete is showing some strange behaviour on my side that I cant seem to figure out. There are two issues I'm currently facing:

  1. Auto complete results are missing or incorrect, in the case below I'm trying to create a CGRect, but only get shown one constructor:

enter image description here

  1. No autocomplete what so ever. In the case below it will not auto complete any functions or properties on UIView.frame. Incidentally, if I create a CGRect and try and autocomplete on that variable, it will show results :

enter image description here

CoreGraphics is the first framework I'm working on where this seems to be a problem. This happens whether I add an import to the top of the file of not.

Any Ideas?

Upvotes: 1

Views: 80

Answers (0)

Related Questions