Code completion for ObjC class properties does not work with dot syntax

If you declare a class property say myClassProperty on my class and start typing:


MyClass.myClassProperty;


Code completion does not work. Is using dot syntax for class properties not encouraged or should I file a bug?

Replies

You should file a bug about this; it seems that code completion hasn’t caught up with the newly introduced support for class properties.

Please post your bug number, just for the record.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Cool. I filed a bug on this.


29515387