3.3RC : how to auto 'import' .h files for forward-declared classes when editing .m
Most of my classes are structured with forward declarations in .h and imports in .m. I am getting this when editing :
I have to go to the top, insert a #import statement, then come back here to get the list of members of the Contact class. On this specific LOC i had to go through this for UserModel , User, and Contact classes, and i'm still not done with the drill down.
I would expect to have a way to auto import the Contact.h file at that moment. Am i missing some configuration ? Does not seem like too wasteful since i clean imports when reformating the code.
请先登录再写评论。
Hi Yves.
We have an issue in our tracker about it, you can upvote it or comment there.
Thank you Anna. Done ! This is really frustrating :)
Strangely, this is not systematic, only in some particular cases.